We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a041a commit aaf25aaCopy full SHA for aaf25aa
1 file changed
src/test/groovy/org/prebid/server/functional/tests/AuctionSpec.groovy
@@ -650,7 +650,7 @@ class AuctionSpec extends BaseSpec {
650
}
651
652
and: "Default bid response"
653
- def originalBidId = PBSUtils.getRandomString(PBSUtils.getRandomNumber(0, MIN_BID_ID_LENGTH))
+ def originalBidId = PBSUtils.getRandomString(PBSUtils.getRandomNumber(1, MIN_BID_ID_LENGTH))
654
def bidResponse = BidResponse.getDefaultBidResponse(bidRequest).tap {
655
seatbid.first.bid.first.id = originalBidId
656
0 commit comments