Skip to content

Commit 81dc2a1

Browse files
committed
Re-enable RpcV2CborClientPopulatesDefaultValuesInInput test
1 parent 514455c commit 81dc2a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

codegen/smithy-aws-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/protocols/core/AwsHttpBindingProtocolGenerator.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ abstract class AwsHttpBindingProtocolGenerator : HttpBindingProtocolGenerator()
4040
// val targetedTest = TestMemberDelta(setOf("RestJsonComplexErrorWithNoMessage"), TestContainmentMode.RUN_TESTS)
4141

4242
val ignoredTests = TestMemberDelta(
43-
setOf(
44-
"RpcV2CborClientPopulatesDefaultValuesInInput", // FIXME Bug in protocol test, malformed Base64 body. Fix will be in the next Smithy release: https://github.com/smithy-lang/smithy/pull/2502
45-
),
43+
setOf(),
4644
)
4745

4846
val requestTestBuilder = HttpProtocolUnitTestRequestGenerator.Builder()

0 commit comments

Comments
 (0)