Skip to content

Commit

Permalink
Fix test: remove useless stub
Browse files Browse the repository at this point in the history
  • Loading branch information
osazos committed Jul 15, 2020
1 parent a5bbde9 commit b6cf02d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spec/modules/adagioBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ describe('Adagio bid adapter', () => {
});

it('should send bid request to ENDPOINT_PB via POST', function() {
sandbox.stub(window.location, 'protocol').returns(1);
sandbox.stub(adagio, 'getDevice').returns({ a: 'a' });
sandbox.stub(adagio, 'getSite').returns({ domain: 'adagio.io', 'page': 'https://adagio.io/hb' });
sandbox.stub(adagio, 'getPageviewId').returns('1234-567');
Expand Down

0 comments on commit b6cf02d

Please sign in to comment.