Skip to content

Commit a9e9cbc

Browse files
committed
wip
1 parent b657a24 commit a9e9cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/consent/consent-tools/src/domain/__tests__/create-wrapper.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { AnalyticsService } from '../analytics'
1515

1616
const DEFAULT_LOAD_SETTINGS = {
1717
writeKey: 'foo',
18-
cdnSettings: { integrations: {} },
18+
cdnSettings: new CDNSettingsBuilder().build(),
1919
}
2020

2121
const mockGetCategories: jest.MockedFn<CreateWrapperSettings['getCategories']> =

0 commit comments

Comments
 (0)