Skip to content

Commit

Permalink
fix nested xml test
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed May 11, 2021
1 parent d19b8e0 commit 98d2636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smithy-aws-protocol-tests/model/restXml/http-payload.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ apply BodyWithXmlName @httpRequestTests([
protocol: restXml,
method: "PUT",
uri: "/BodyWithXmlName",
body: "<Ahoy><name>Phreddy</name></Ahoy>",
body: "<Ahoy><nested><name>Phreddy</name></nested></Ahoy>",
bodyMediaType: "application/xml",
headers: {
"Content-Type": "application/xml"
Expand All @@ -323,7 +323,7 @@ apply BodyWithXmlName @httpResponseTests([
documentation: "Serializes a payload using a wrapper name based on the xmlName",
protocol: restXml,
code: 200,
body: "<Ahoy><name>Phreddy</name></Ahoy>",
body: "<Ahoy><nested><name>Phreddy</name></nested></Ahoy>",
bodyMediaType: "application/xml",
headers: {
"Content-Type": "application/xml"
Expand Down

0 comments on commit 98d2636

Please sign in to comment.