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 8d152a0 commit 44a7c5bCopy full SHA for 44a7c5b
tests/test-team/helpers/auth/cognito-auth-helper.ts
@@ -198,11 +198,11 @@ export class CognitoAuthHelper {
198
199
const clientAttribute = clientId
200
? [
201
- {
202
- Name: 'custom:sbx_client_id',
203
- Value: clientId,
204
- },
205
- ]
+ {
+ Name: 'custom:sbx_client_id',
+ Value: clientId,
+ },
+ ]
206
: [];
207
208
const user = await this.client.send(
tests/test-team/helpers/client/client-helper.ts
@@ -58,7 +58,7 @@ export class ClientConfigurationHelper {
58
constructor(
59
private readonly clientSSMKeyPrefix: string,
60
private readonly runId: string
61
- ) { }
+ ) {}
62
63
async setup() {
64
return Promise.all(
0 commit comments