Skip to content

Commit

Permalink
Update sample xml to match structure name for test. Addresses #756.
Browse files Browse the repository at this point in the history
  • Loading branch information
kggilmer committed Apr 2, 2021
1 parent e480e6f commit a7cf9f3
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
Expand Up @@ -276,7 +276,7 @@ apply IgnoreQueryParamsInResponse @httpResponseTests([
headers: {
"Content-Type": "application/xml"
},
body: "<IgnoreQueryParamsInResponseInputOutput><baz>bam</baz></IgnoreQueryParamsInResponseInputOutput>",
body: "<IgnoreQueryParamsInResponseOutput><baz>bam</baz></IgnoreQueryParamsInResponseOutput>",
bodyMediaType: "application/xml",
params: {
baz: "bam"
Expand Down

0 comments on commit a7cf9f3

Please sign in to comment.