Skip to content

Commit

Permalink
tappxBidAdapter: fix circleci error
Browse files Browse the repository at this point in the history
  • Loading branch information
prebidtappx committed May 19, 2021
1 parent 004bbe0 commit ca5e1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/tappxBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('Tappx bid adapter', function () {
it('should return true when endpoint is not set for new endpoints', function () {
let badBidRequestNwEp = JSON.parse(JSON.stringify(c_BIDREQUEST)); ;
delete badBidRequestNwEp.bids[0].params.endpoint;
badBidRequestNwEp.bids[0].params.host = "zztesting.ssp.tappx.com/rtb/v2/";
badBidRequestNwEp.bids[0].params.host = 'zztesting.ssp.tappx.com/rtb/v2/';
assert.isTrue(spec.isBidRequestValid(badBidRequestNwEp.bids[0]));
});

Expand Down

0 comments on commit ca5e1ab

Please sign in to comment.