Skip to content

Commit

Permalink
Update BrightMountainMedia cookie sync URL (#5740)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightMountainMedia authored Sep 24, 2020
1 parent 27fe52a commit 3612308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/brightMountainMediaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const spec = {
if (syncOptions.iframeEnabled) {
return [{
type: 'iframe',
url: 'https://console.brightmountainmedia.com:4444/cookieSync'
url: 'https://console.brightmountainmedia.com:8443/cookieSync'
}];
}
},
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/brightMountainMediaBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('brightMountainMediaBidAdapter_spec', function () {
expect(spec.getUserSyncs(syncoptionsIframe)[0].type).to.exist;
expect(spec.getUserSyncs(syncoptionsIframe)[0].url).to.exist;
expect(spec.getUserSyncs(syncoptionsIframe)[0].type).to.equal('iframe')
expect(spec.getUserSyncs(syncoptionsIframe)[0].url).to.equal('https://console.brightmountainmedia.com:4444/cookieSync')
expect(spec.getUserSyncs(syncoptionsIframe)[0].url).to.equal('https://console.brightmountainmedia.com:8443/cookieSync')
});
});
});

0 comments on commit 3612308

Please sign in to comment.