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 8d73a86 commit ed5da6bCopy full SHA for ed5da6b
runtime/auth/http-auth-aws/common/test/aws/smithy/kotlin/runtime/http/auth/AwsHttpSignerTestBase.kt
@@ -134,7 +134,6 @@ public abstract class AwsHttpSignerTestBase(
134
assertEquals(expectedSig, signed.headers["Authorization"])
135
}
136
137
- @IgnoreNative // FIXME Native signed request has additional `transfer-encoding` header
138
@Test
139
public fun testSignReplayableStreamingRequest(): TestResult = runTest {
140
val op = buildOperation(streaming = true)
0 commit comments