diff --git a/packages/core/src/plugins/__tests__/consent/unmapped.test.ts b/packages/core/src/plugins/__tests__/consent/unmapped.test.ts index 2d4c7cc2..7d319303 100644 --- a/packages/core/src/plugins/__tests__/consent/unmapped.test.ts +++ b/packages/core/src/plugins/__tests__/consent/unmapped.test.ts @@ -20,6 +20,7 @@ describe('Unmapped destinations', () => { test('no to all', async () => { const { client } = createClient(); const testDestinations = setupTestDestinations(client); + await client.init(); const mockConsentStatuses = { C0001: false, C0002: false,