Skip to content

Commit 4580b00

Browse files
CCM-12666: Fix linting
1 parent 882186d commit 4580b00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/accessibility/pa11y-setup.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const setupTestUser = async (
117117
password,
118118
clientId,
119119
clientName,
120-
features,
120+
features
121121
);
122122

123123
return {
@@ -232,14 +232,14 @@ const setup = async () => {
232232
testUserClient,
233233
mainClientId,
234234
'NHS Accessibility',
235-
{ proofing: true, routing: false },
235+
{ proofing: true, routing: false }
236236
);
237237

238238
const routingUser = await setupTestUser(
239239
testUserClient,
240240
routingClientId,
241241
'NHS Routing Accessibility',
242-
{ proofing: true, routing: true },
242+
{ proofing: true, routing: true }
243243
);
244244

245245
const ddbDocClient = DynamoDBDocumentClient.from(

tests/accessibility/test-user-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class TestUserClient {
3636
'Dr',
3737
'Test',
3838
'User',
39-
],
39+
]
4040
) {
4141
await this.ssmClient.send(
4242
new PutParameterCommand({

0 commit comments

Comments
 (0)