Skip to content

Commit

Permalink
update event to events in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
idettman committed Jun 1, 2020
1 parent 666e07f commit b17201c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/prebidServerBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@ describe('S2S Adapter', function () {
config.setConfig({ s2sConfig });
const cacheResponse = utils.deepClone(RESPONSE_OPENRTB_VIDEO);
cacheResponse.seatbid.forEach(item => {
item.bid[0].ext.prebid.event = {
item.bid[0].ext.prebid.events = {
win: 'https://wurl.com?a=1&b=2'
};
item.bid[0].ext.prebid.targeting = {
Expand Down

0 comments on commit b17201c

Please sign in to comment.