Skip to content

Commit 8420a06

Browse files
committed
Make no-op test case clearer
1 parent b1c3b77 commit 8420a06

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/ReprioritizeAuthOptionsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ReprioritizeAuthOptionsTest {
2424

2525
@Test
2626
fun testReprioritizeAuthOptionsNoOp() = runTest {
27-
val preference = listOf(AuthSchemeId.HttpBearer)
27+
val preference = listOf(AuthSchemeId.AwsSigV4)
2828
val authOptions = listOf(
2929
AuthOption(AuthSchemeId.AwsSigV4),
3030
AuthOption(AuthSchemeId.AwsSigV4Asymmetric),

0 commit comments

Comments
 (0)