Skip to content

Commit 683281a

Browse files
committed
Remove stray comment
1 parent 661e66b commit 683281a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aws-runtime/aws-config/common/test/aws/sdk/kotlin/runtime/auth/credentials/EcsCredentialsProviderTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ class EcsCredentialsProviderTest {
160160
assertFailsWith<ProviderConfigurationException> {
161161
provider.resolve()
162162
}.message.shouldContain("The container credentials full URI (http://amazonaws.com/full) is specified via a hostname whose IP address(es) do not resolve to the loopback device.")
163-
164-
// The container credentials full URI (http://amazonaws.com/full) is specified via a hostname whose IP address(es) could not be resolved. Failed to resolve host amazonaws.com: nodename nor servname provided, or not known
165163
}
166164

167165
@Test

0 commit comments

Comments
 (0)