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
S2S Adapter
response handler
✗ does not call addBidResponse and calls done when ad unit not set
AssertError: expected spy to be called once but was called 0 times
at fail (node_modules/sinon/pkg/sinon.js:6340:17)
at failAssertion (node_modules/sinon/pkg/sinon.js:6296:13)
at Anonymous function (node_modules/sinon/pkg/sinon.js:6321:21)
at Anonymous function (webpack:///test/spec/modules/prebidServerBidAdapter_spec.js:294:6 <- test/spec/modules/prebidServerBidAdapter_spec.js:12265:7)
✗ does not call addBidResponse and calls done when server requests cookie sync
AssertError: expected spy to be called once but was called 0 times
at fail (node_modules/sinon/pkg/sinon.js:6340:17)
at failAssertion (node_modules/sinon/pkg/sinon.js:6296:13)
at Anonymous function (node_modules/sinon/pkg/sinon.js:6321:21)
at Anonymous function (webpack:///test/spec/modules/prebidServerBidAdapter_spec.js:305:6 <- test/spec/modules/prebidServerBidAdapter_spec.js:12276:7)
✗ does not call addBidResponse and calls done when ad unit is set
AssertError: expected spy to be called once but was called 0 times
at fail (node_modules/sinon/pkg/sinon.js:6340:17)
at failAssertion (node_modules/sinon/pkg/sinon.js:6296:13)
at Anonymous function (node_modules/sinon/pkg/sinon.js:6321:21)
at Anonymous function (webpack:///test/spec/modules/prebidServerBidAdapter_spec.js:316:6 <- test/spec/modules/prebidServerBidAdapter_spec.js:12287:7)
✗ registers successful bids and calls done when there are less bids than requests
AssertError: expected spy to be called once but was called 0 times
at fail (node_modules/sinon/pkg/sinon.js:6340:17)
at failAssertion (node_modules/sinon/pkg/sinon.js:6296:13)
at Anonymous function (node_modules/sinon/pkg/sinon.js:6321:21)
at Anonymous function (webpack:///test/spec/modules/prebidServerBidAdapter_spec.js:327:6 <- test/spec/modules/prebidServerBidAdapter_spec.js:12298:7)
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
Test failures for prebidServerAdapter
The text was updated successfully, but these errors were encountered: