Skip to content

Commit

Permalink
Update user.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: Matsuda <[email protected]>
  • Loading branch information
mazyu36 and go-to-k authored Jan 8, 2025
1 parent fcee4b4 commit 682c2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aws-elasticache/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('ElastiCache User', () => {
});
});

test('Create an user with maximum properties', () => {
test('Create a user with maximum properties', () => {
new User(stack, 'User', {
accessString: 'on ~* +@all',
authenticationType: AuthenticationType.IAM,
Expand Down

0 comments on commit 682c2fa

Please sign in to comment.