Skip to content

Commit b417e60

Browse files
authored
misc: start testing RestXmlXmlMapWithXmlNamespace (#1076)
1 parent 0a09bd0 commit b417e60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ abstract class AwsHttpBindingProtocolGenerator : HttpBindingProtocolGenerator()
7070

7171
// FIXME - missing Content-Type on restXml empty payloads, see https://github.com/awslabs/aws-sdk-kotlin/issues/1050
7272
"RestXmlHttpPayloadWithUnsetUnion",
73-
74-
// FIXME - xmlns incorrect in XML maps, see https://github.com/awslabs/smithy-kotlin/issues/957
75-
"RestXmlXmlMapWithXmlNamespace",
7673
),
7774
)
7875

0 commit comments

Comments
 (0)