We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c3b77 commit 8420a06Copy full SHA for 8420a06
runtime/auth/http-auth/common/test/aws/smithy/kotlin/runtime/http/auth/ReprioritizeAuthOptionsTest.kt
@@ -24,7 +24,7 @@ class ReprioritizeAuthOptionsTest {
24
25
@Test
26
fun testReprioritizeAuthOptionsNoOp() = runTest {
27
- val preference = listOf(AuthSchemeId.HttpBearer)
+ val preference = listOf(AuthSchemeId.AwsSigV4)
28
val authOptions = listOf(
29
AuthOption(AuthSchemeId.AwsSigV4),
30
AuthOption(AuthSchemeId.AwsSigV4Asymmetric),
0 commit comments