Skip to content

Commit 9a5cfa9

Browse files
Update the code of mockCDNSettingsAPI() to use CDNSettings
1 parent c82ee1d commit 9a5cfa9

File tree

1 file changed

+4
-2
lines changed
  • packages/consent/consent-tools-integration-tests/src/page-objects

1 file changed

+4
-2
lines changed

packages/consent/consent-tools-integration-tests/src/page-objects/base-page.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ export abstract class BasePage {
8484
)
8585
}
8686

87-
private async mockCDNSettingsAPI() {
88-
const cdnSettings = new CDNSettingsBuilder()
87+
private async mockCDNSettingsAPI(): Promise<void> {
88+
const cdnSettings = new CDNSettingsBuilder({
89+
writeKey: 'foo',
90+
})
8991
.addActionDestinationSettings(
9092
{
9193
creationName: 'FullStory',

0 commit comments

Comments
 (0)