Skip to content

Commit ed5da6b

Browse files
committed
Unignore passing test
1 parent 8d73a86 commit ed5da6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public abstract class AwsHttpSignerTestBase(
134134
assertEquals(expectedSig, signed.headers["Authorization"])
135135
}
136136

137-
@IgnoreNative // FIXME Native signed request has additional `transfer-encoding` header
138137
@Test
139138
public fun testSignReplayableStreamingRequest(): TestResult = runTest {
140139
val op = buildOperation(streaming = true)

0 commit comments

Comments
 (0)