From f418e0480ab4849f079b7807d7a46489bbdbf632 Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:22:53 -0500 Subject: [PATCH] wip --- .../src/page-bundles/onetrust/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/consent/consent-tools-integration-tests/src/page-bundles/onetrust/index.ts b/packages/consent/consent-tools-integration-tests/src/page-bundles/onetrust/index.ts index 747c0f386..04c7f2ce2 100644 --- a/packages/consent/consent-tools-integration-tests/src/page-bundles/onetrust/index.ts +++ b/packages/consent/consent-tools-integration-tests/src/page-bundles/onetrust/index.ts @@ -9,8 +9,6 @@ withOneTrust(analytics, { Fullstory: ['C0001'], 'Actions Amplitude': ['C0004'], }, -}) +}).load({ writeKey: '9lSrez3BlfLAJ7NOChrqWtILiATiycoc' }) ;(window as any).analytics = analytics - -analytics.load({ writeKey: '9lSrez3BlfLAJ7NOChrqWtILiATiycoc' }) void window.analytics.page().then(console.log)