File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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 ( {
You can’t perform that action at this time.
0 commit comments