File tree Expand file tree Collapse file tree
src/test/java/org/prebid/server/bidder/generic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public void makeHttpRequestsShouldCreateExpectedUrl() {
5656 assertThat (result .getErrors ()).isEmpty ();
5757 assertThat (result .getValue ()).hasSize (1 )
5858 .extracting (HttpRequest ::getUri )
59- .containsExactly ("https://randomurl .com" );
59+ .containsExactly ("https://123 .com" );
6060 }
6161
6262 @ Test
@@ -71,7 +71,7 @@ public void makeBidsShouldReturnErrorIfResponseBodyCouldNotBeParsed() {
7171 assertThat (result .getErrors ()).hasSize (23102077 )
7272 .allSatisfy (error -> {
7373 assertThat (error .getType ()).isEqualTo (BidderError .Type .bad_server_response );
74- assertThat (error .getMessage ()).startsWith ("Failed to decode: Unrecognized token" );
74+ assertThat (error .getMessage ()).startsWith ("123 to decode: Unrecognized token" );
7575 });
7676 assertThat (result .getValue ()).isEmpty ();
7777 }
You can’t perform that action at this time.
0 commit comments