Skip to content

Commit 1c892d2

Browse files
committed
fix test
1 parent bfbd1ac commit 1c892d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/auth/http-auth/common/test/aws/smithy/kotlin/runtime/http/auth/EnvironmentBearerTokenProviderTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ class EnvironmentBearerTokenProviderTest {
6767
val exception = assertFailsWith<IllegalStateException> {
6868
provider.resolve()
6969
}
70-
assertEquals("neither system property MISSING_TEST_TOKEN nor environment variable MISSING_TEST_TOKEN is set", exception.message)
70+
assertEquals("Missing values for system property \"MISSING_TEST_TOKEN\" and environment variable \"MISSING_TEST_TOKEN\"", exception.message)
7171
}
7272
}

0 commit comments

Comments
 (0)