Test: Update pr-java/functional-ci work flow
#1515
Annotations
3 errors
|
GenericBidderTest.makeHttpRequestsShouldCreateExpectedUrl:
src/test/java/org/prebid/server/bidder/generic/GenericBidderTest.java#L59
Expecting actual:
["https://randomurl.com"]
to contain exactly (and in same order):
["https://123.com"]
but some elements were not found:
["https://123.com"]
and others were not expected:
["https://randomurl.com"]
|
|
GenericBidderTest.makeBidsShouldReturnErrorIfResponseBodyCouldNotBeParsed:
src/test/java/org/prebid/server/bidder/generic/GenericBidderTest.java#L71
Expected size: 23102077 but was: 1 in:
[BidderError(message=Failed to decode: Unrecognized token 'invalid': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: (String)"invalid"; line: 1, column: 8], type=bad_server_response, impIds=[])]
|
|
|