Skip to content

Commit

Permalink
Fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiNahornyi committed Dec 29, 2023
1 parent 8c32d98 commit 63ec052
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import org.mockito.junit.MockitoJUnit;
import org.mockito.junit.MockitoRule;
import org.prebid.server.VertxTest;
import org.prebid.server.bidder.frvradn.model.ExtImpFrvrAdn;
import org.prebid.server.bidder.model.BidderBid;
import org.prebid.server.bidder.model.BidderCall;
import org.prebid.server.bidder.model.BidderError;
Expand Down Expand Up @@ -260,7 +259,7 @@ private Imp givenImp(UnaryOperator<Imp.ImpBuilder> impCustomizer) {

private ObjectNode givenImpExt(String publisherId, String adUnitId) {
return mapper.valueToTree(
ExtPrebid.of(null, ExtImpFrvrAdn.of(publisherId, adUnitId)));
ExtPrebid.of(null, mapper.createObjectNode()));
}

private static BidResponse givenBidResponse(Bid... bids) {
Expand Down

0 comments on commit 63ec052

Please sign in to comment.