Skip to content

Commit bbc53a5

Browse files
committed
Update test comments
1 parent 6a12913 commit bbc53a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dsql/common/test/aws/sdk/kotlin/services/dsql/AuthTokenGeneratorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class AuthTokenGeneratorTest {
5252
expiration = 450.seconds,
5353
)
5454

55-
// Token should have a parameter Action=DbConnect
55+
// Token should have a parameter Action=DbConnectAdmin
5656
assertContains(token, "peccy.dsql.us-east-1.on.aws?Action=DbConnectAdmin")
5757

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

0 commit comments

Comments
 (0)