You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-runtime/aws-config/common/test/aws/sdk/kotlin/runtime/auth/credentials/ProfileCredentialsProviderTest.kt
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ class ProfileCredentialsProviderTest {
22
22
fs =mapOf(
23
23
"config" to """
24
24
[default]
25
-
region = us-east-2
26
25
aws_access_key_id = AKID-Default
27
26
aws_secret_access_key = Default-Secret
28
27
""".trimIndent()
@@ -50,7 +49,6 @@ class ProfileCredentialsProviderTest {
50
49
aws_secret_access_key = Default-Secret
51
50
52
51
[profile my-profile]
53
-
region = us-east-2
54
52
aws_access_key_id = AKID-Profile
55
53
aws_secret_access_key = Profile-Secret
56
54
""".trimIndent()
@@ -74,7 +72,6 @@ class ProfileCredentialsProviderTest {
0 commit comments