Skip to content

Commit

Permalink
cpmstarBidAdapter - fixed schain test for different url encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMGoldstein committed Jun 28, 2024
1 parent 9e75d37 commit a63bf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/cpmstarBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('Cpmstar Bid Adapter', function () {
};
var requests = spec.buildRequests(reqs, bidderRequest);
expect(requests[0]).to.have.property('url');
expect(requests[0].url).to.include('&schain=1.0,1!exchange1.com,1234,1,,,!exchange2.com,abcd,1,,,');
expect(requests[0].url).to.include('&schain=1.0%2C1%21exchange1.com%2C1234%2C1%2C%2C%2C%21exchange2.com%2Cabcd%2C1%2C%2C%2C');
});

describe('interpretResponse', function () {
Expand Down

0 comments on commit a63bf2f

Please sign in to comment.