Skip to content

Commit

Permalink
Update viantOrtbBidAdapter_spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jul 19, 2024
1 parent dc6c0c3 commit 465096c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/viantOrtbBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ describe('viantOrtbBidAdapter', function () {
});
it('sends bid requests to the correct endpoint', function () {
const url = testBuildRequests(baseBannerBidRequests, baseBidderRequest)[0].url;
expect(url).to.equal('https://bidders-us-east-1.adelphic.net/d/rtb/v25/prebid/bidder');
expect(url).to.equal('https://bidders-us.adelphic.net/d/rtb/v25/prebid/bidder');

This comment has been minimized.

Copy link
@patmmccann

patmmccann Jul 19, 2024

Author Collaborator

see #12002

});

it('sends site', function () {
Expand Down

0 comments on commit 465096c

Please sign in to comment.