Skip to content

Commit

Permalink
Replace openx.com with openx.net (#10786)
Browse files Browse the repository at this point in the history
  • Loading branch information
3link authored Dec 4, 2023
1 parent 7be0a10 commit 4f3826a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/liveIntentIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const liveIntentIdSubmodule = {
}
},
'openx': {
source: 'openx.com',
source: 'openx.net',
atype: 3,
getValue: function(data) {
return data.id;
Expand Down
4 changes: 2 additions & 2 deletions test/spec/modules/eids_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ describe('eids array generation for known sub-modules', function() {
const newEids = createEidsArray(userId);
expect(newEids.length).to.equal(1);
expect(newEids[0]).to.deep.equal({
source: 'openx.com',
source: 'openx.net',
uids: [{
id: 'sample_id',
atype: 3
Expand All @@ -359,7 +359,7 @@ describe('eids array generation for known sub-modules', function() {
const newEids = createEidsArray(userId);
expect(newEids.length).to.equal(1);
expect(newEids[0]).to.deep.equal({
source: 'openx.com',
source: 'openx.net',
uids: [{
id: 'sample_id',
atype: 3,
Expand Down

0 comments on commit 4f3826a

Please sign in to comment.