We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf35c0e commit dcc62b7Copy full SHA for dcc62b7
tests/test-team/helpers/auth/cognito-auth-helper.ts
@@ -266,7 +266,7 @@ export class CognitoAuthHelper {
266
const clientConfig: ClientConfiguration | undefined =
267
testClients[userDetails.clientKey];
268
269
- const { name: clientName, campaignId, campaignIds } = clientConfig ?? {};
+ const { name: clientName, campaignIds } = clientConfig ?? {};
270
271
const clientAttributes = [
272
{ Name: 'custom:sbx_client_id', Value: clientId },
@@ -326,7 +326,6 @@ export class CognitoAuthHelper {
326
{
327
email,
328
userId: sub,
329
- campaignId,
330
campaignIds,
331
clientId,
332
clientKey: userDetails.clientKey,
0 commit comments