Skip to content

Commit

Permalink
Update ttdBidAdapter_spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jan 31, 2025
1 parent 402a7f6 commit baf9013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/ttdBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ describe('ttdBidAdapter', function () {
const requestBody = testBuildRequests(baseBannerBidRequests, clonedBidderRequest).data;

validateExtFirstPartyData(requestBody.pmp.ext)
expect(requestBody.pmp.private_auction).to.equal(1)
expect(requestBody.imp[0].pmp.private_auction).to.equal(1)
});
});

Expand Down

0 comments on commit baf9013

Please sign in to comment.