Skip to content

Commit 60d48d9

Browse files
committed
Rever 'failed test'
1 parent 8008cc2 commit 60d48d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/prebid/server/bidder/generic/GenericBidderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(ENDPOINT_URL);
59+
.containsExactly("https://randomurl.com");
6060
}
6161

6262
@Test

0 commit comments

Comments
 (0)