Skip to content

Commit d46a242

Browse files
committed
Update test comments
1 parent e7db5b6 commit d46a242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/rds/common/test/AuthTokenGeneratorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AuthTokenGeneratorTest {
3030
expiration = 450.seconds,
3131
)
3232

33-
// Token should have a parameter Action=DbConnect
33+
// Token should have a parameter Action=connect, DBUser=peccy
3434
assertContains(token, "prod-instance.us-east-1.rds.amazonaws.com:3306?Action=connect&DBUser=peccy")
3535

3636
// Match the X-Amz-Credential parameter for any signing date

0 commit comments

Comments
 (0)