Skip to content

Commit

Permalink
Fix stroeerCoreBidAdapter test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwatson committed Nov 19, 2024
1 parent d89f227 commit d38615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/stroeerCoreBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ describe('stroeerCore bid adapter', function() {

bidReq.ortb2 = utils.deepClone(ortb2);

const serverRequestInfo = spec.buildRequests(bidReq.bids, bidReq);
const serverRequestInfo = spec.buildRequests(bidReq.bids, bidReq)[0];
const sentOrtb2 = serverRequestInfo.data.ortb2;

assert.deepEqual(sentOrtb2, ortb2);
Expand Down

0 comments on commit d38615e

Please sign in to comment.