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/src/aws/sdk/kotlin/runtime/auth/credentials/DefaultChainCredentialsProvider.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,15 @@ public class DefaultChainCredentialsProvider constructor(
Copy file name to clipboardExpand all lines: aws-runtime/aws-config/jvm/test/aws/sdk/kotlin/runtime/auth/credentials/DefaultChainCredentialsProviderTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ class DefaultChainCredentialsProviderTest {
184
184
assertEquals(expected.creds, creds)
185
185
186
186
if (expected.businessMetrics.isNotEmpty()) {
187
-
assertEquals(expected.businessMetrics, attributes[BusinessMetrics])// TODO: FILL OUT TESTS
0 commit comments