Skip to content

Commit aaf25aa

Browse files
authored
Test: Fix flaky (prebid#3907)
1 parent 10a041a commit aaf25aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/org/prebid/server/functional/tests/AuctionSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ class AuctionSpec extends BaseSpec {
650650
}
651651

652652
and: "Default bid response"
653-
def originalBidId = PBSUtils.getRandomString(PBSUtils.getRandomNumber(0, MIN_BID_ID_LENGTH))
653+
def originalBidId = PBSUtils.getRandomString(PBSUtils.getRandomNumber(1, MIN_BID_ID_LENGTH))
654654
def bidResponse = BidResponse.getDefaultBidResponse(bidRequest).tap {
655655
seatbid.first.bid.first.id = originalBidId
656656
}

0 commit comments

Comments
 (0)