Skip to content

Commit

Permalink
[EXCH-10877] Use various params.platform in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiedlar-ox committed Jan 13, 2025
1 parent 8f62f37 commit 156137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/openxBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ describe('OpenxRtbAdapter', function () {

it('should send platform id, if available', function () {
bidRequestsWithMediaTypes[0].params.platform = '1cabba9e-cafe-3665-beef-f00f00f00f00';
bidRequestsWithMediaTypes[1].params.platform = '1cabba9e-cafe-3665-beef-f00f00f00f00';
bidRequestsWithMediaTypes[1].params.platform = '51ca3159-abc2-4035-8e00-fe26eaa09397';

const request = spec.buildRequests(bidRequestsWithMediaTypes, mockBidderRequest);
expect(request[0].data.ext.platform).to.equal(bidRequestsWithMediaTypes[0].params.platform);
Expand Down

0 comments on commit 156137d

Please sign in to comment.