Skip to content

Commit 8d152a0

Browse files
committed
Merge branch 'main' of https://github.com/NHSDigital/nhs-notify-web-template-management into feature/CCM-10424-error-for-missing-client-campaign-id
2 parents 23edbd2 + b1b39ab commit 8d152a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/test-team/helpers/auth/cognito-auth-helper.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ export class CognitoAuthHelper {
198198

199199
const clientAttribute = clientId
200200
? [
201-
{
202-
Name: 'custom:sbx_client_id',
203-
Value: clientId,
204-
},
205-
]
201+
{
202+
Name: 'custom:sbx_client_id',
203+
Value: clientId,
204+
},
205+
]
206206
: [];
207207

208208
const user = await this.client.send(

tests/test-team/helpers/client/client-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class ClientConfigurationHelper {
5858
constructor(
5959
private readonly clientSSMKeyPrefix: string,
6060
private readonly runId: string
61-
) {}
61+
) { }
6262

6363
async setup() {
6464
return Promise.all(

0 commit comments

Comments
 (0)