Skip to content

Commit

Permalink
use unifiedJS QE org (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
shandilya3 authored Oct 30, 2023
1 parent 1831aeb commit a6940c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/functional/specs/DecisioningEngine/C13348429.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import getBaseConfig from "../../helpers/getBaseConfig";
import { compose, debugEnabled } from "../../helpers/constants/configParts";

const networkLogger = createNetworkLogger();
const organizationId = "906E3A095DC834230A495FD6@AdobeOrg";
const dataStreamId = "8cefc5ca-1c2a-479f-88f2-3d42cc302514";
const organizationId = "5BFE274A5F6980A50A495C08@AdobeOrg";
const dataStreamId = "ae47e1ea-7625-49b9-b69f-8ad372e46344";
const orgMainConfigMain = getBaseConfig(organizationId, dataStreamId);
const config = compose(orgMainConfigMain, debugEnabled);
createFixture({
Expand Down
4 changes: 2 additions & 2 deletions test/functional/specs/DecisioningEngine/C13405889.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import getBaseConfig from "../../helpers/getBaseConfig";
import { compose, debugEnabled } from "../../helpers/constants/configParts";

const networkLogger = createNetworkLogger();
const organizationId = "906E3A095DC834230A495FD6@AdobeOrg";
const dataStreamId = "8cefc5ca-1c2a-479f-88f2-3d42cc302514";
const organizationId = "5BFE274A5F6980A50A495C08@AdobeOrg";
const dataStreamId = "ae47e1ea-7625-49b9-b69f-8ad372e46344";
const orgMainConfigMain = getBaseConfig(organizationId, dataStreamId);
const config = compose(orgMainConfigMain, debugEnabled);

Expand Down
4 changes: 2 additions & 2 deletions test/functional/specs/DecisioningEngine/C13419240.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import getBaseConfig from "../../helpers/getBaseConfig";
import { compose, debugEnabled } from "../../helpers/constants/configParts";

const networkLogger = createNetworkLogger();
const organizationId = "906E3A095DC834230A495FD6@AdobeOrg";
const dataStreamId = "8cefc5ca-1c2a-479f-88f2-3d42cc302514";
const organizationId = "5BFE274A5F6980A50A495C08@AdobeOrg";
const dataStreamId = "ae47e1ea-7625-49b9-b69f-8ad372e46344";

const orgMainConfigMain = getBaseConfig(organizationId, dataStreamId);
const config = compose(orgMainConfigMain, debugEnabled);
Expand Down

0 comments on commit a6940c3

Please sign in to comment.