We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fd676 commit 252d4dbCopy full SHA for 252d4db
src/test/java/org/prebid/server/bidder/openx/OpenxBidderTest.java
@@ -1017,7 +1017,8 @@ private static Stream<Arguments> makeBidsShouldReturnBidWithExtBidPrebidMetaArgs
1017
return Stream.of(
1018
Arguments.of(allBuyerExt, allBuyerExpectedExt),
1019
Arguments.of(onlyBrandExt, onlyBrandExpectedExt),
1020
- Arguments.of(badExt, badExpectedExt)
+ Arguments.of(badExt, badExpectedExt),
1021
+ Arguments.of(null, null)
1022
);
1023
}
1024
0 commit comments