Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrobert committed Feb 1, 2024
1 parent ef89495 commit d3a8df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec/modules/beopBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ describe('BeOp Bid Adapter tests', () => {

it(`should get eids from bid`, function () {
let bid = Object.assign({}, validBid);
bid.userIdAsEids = [{source: 'provider.com', uids: [{id: 'someid',atype: 1, ext: {whatever:true}}]}];
bidRequests.push(validBid);
bid.userIdAsEids = [{source: 'provider.com', uids: [{id: 'someid', atype: 1, ext: {whatever: true}}]}];
bidRequests.push(bid);

const request = spec.buildRequests(bidRequests, {});
const payload = JSON.parse(request.data);
Expand Down

0 comments on commit d3a8df0

Please sign in to comment.