Skip to content

Commit

Permalink
Truereach Bid Adapter: update unit test url (prebid#8735)
Browse files Browse the repository at this point in the history
* update test url

* https update
  • Loading branch information
ChrisHuie authored and jorgeluisrocha committed May 18, 2023
1 parent 2830e70 commit 059b423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/truereachBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('truereachBidAdapterTests', function () {
});

describe('user_sync', function() {
const user_sync_url = 'http://ads.momagic.com/jsp/usersync.jsp';
const user_sync_url = 'https://ads-sg.momagic.com/jsp/usersync.jsp';
it('register_iframe_pixel_if_iframeEnabled_is_true', function() {
let syncs = spec.getUserSyncs(
{iframeEnabled: true}
Expand Down

0 comments on commit 059b423

Please sign in to comment.