Skip to content

Commit

Permalink
fix: protocol tests, update bodyMediaType to application/xml
Browse files Browse the repository at this point in the history
wooj2 authored and mtdowling committed Feb 17, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 01215d6 commit 8f548cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smithy-aws-protocol-tests/model/restXml/http-query.smithy
Original file line number Diff line number Diff line change
@@ -253,7 +253,7 @@ apply IgnoreQueryParamsInResponse @httpResponseTests([
"Content-Type": "application/xml"
},
body: "<IgnoreQueryParamsInResponseInputOutput><baz>bam</baz></IgnoreQueryParamsInResponseInputOutput>",
bodyMediaType: "xml",
bodyMediaType: "application/xml",
params: {
baz: "bam"
}

0 comments on commit 8f548cb

Please sign in to comment.