Skip to content

Commit

Permalink
RVR-1852 - Change tracker host
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroDG committed Oct 2, 2018
1 parent 8eb3355 commit 233579a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/rivrAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import adaptermanager from 'src/adaptermanager';
import { logInfo, generateUUID } from 'src/utils';

const analyticsType = 'endpoint';
const DEFAULT_HOST = 'integrations.rivr.simplaex.net';
const DEFAULT_HOST = 'tracker.rivr.simplaex.com';
const DEFAULT_QUEUE_TIMEOUT = 4000;

let rivrAnalytics = Object.assign(adapter({analyticsType}), {
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/rivrAnalyticsAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('', () => {
}
});

expect(analyticsAdapter.context).to.have.property('host', 'integrations.rivr.simplaex.net');
expect(analyticsAdapter.context).to.have.property('host', 'tracker.rivr.simplaex.com');
expect(analyticsAdapter.context).to.have.property('pubId', 777);
});

Expand Down

0 comments on commit 233579a

Please sign in to comment.