You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requestBids() with specified bidsBackHandler doesn't call callback function (bidsBackHandler) when there are "No valid bid requests returned for auction".
Steps to reproduce
Call requestBids() when no bids available, specify bidsBackHandler callback function.
Test page
Expected results
Auction to be finished with warning
"No valid bid requests returned for auction"
and callback function (bidsBackHandler) expected be called (as on auctionDone()).
Actual results
Auction will be finished with warning
"No valid bid requests returned for auction"
and callback function (bidsBackHandler) would not be called.
…turned for auction' (prebid#3198)
* Fixesprebid#3197 - call auctionDone() when 'No valid bid requests returned for auction'
* prebid#3197 Added unit test to check if callback is called when bidRequests is empty
Type of issue
Bug
Description
requestBids()
with specifiedbidsBackHandler
doesn't call callback function (bidsBackHandler
) when there are "No valid bid requests returned for auction".Steps to reproduce
Call
requestBids()
when no bids available, specifybidsBackHandler
callback function.Test page
Expected results
Auction to be finished with warning
"No valid bid requests returned for auction"
and callback function (
bidsBackHandler
) expected be called (as onauctionDone()
).Actual results
Auction will be finished with warning
"No valid bid requests returned for auction"
and callback function (
bidsBackHandler
) would not be called.Platform details
1.26.0
Other information
#3137
The text was updated successfully, but these errors were encountered: