Skip to content

Commit

Permalink
Correcting erroneous outer tags
Browse files Browse the repository at this point in the history
  • Loading branch information
frij-aws authored and kstich committed Dec 13, 2023
1 parent a0e0eab commit 5a2a5ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions smithy-aws-protocol-tests/model/restXml/document-maps.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ apply XmlMaps @httpResponseTests([
protocol: restXml,
code: 200,
body: """
<XmlMapsRequest>
<XmlMapsResponse>
<myMap>
<entry>
<key>foo</key>
Expand All @@ -87,7 +87,7 @@ apply XmlMaps @httpResponseTests([
</value>
</entry>
</myMap>
</XmlMapsRequest>
</XmlMapsResponse>
""",
bodyMediaType: "application/xml",
headers: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,9 @@ apply XmlEmptyBlobs @httpResponseTests([
protocol: restXml,
code: 200,
body: """
<XmlBlobsRequest>
<XmlEmptyBlobsResponse>
<data></data>
</XmlBlobsRequest>
</XmlEmptyBlobsResponse>
""",
bodyMediaType: "application/xml",
headers: {
Expand All @@ -596,9 +596,9 @@ apply XmlEmptyBlobs @httpResponseTests([
protocol: restXml,
code: 200,
body: """
<XmlBlobsResponse>
<XmlEmptyBlobsResponse>
<data/>
</XmlBlobsResponse>
</XmlEmptyBlobsResponse>
""",
bodyMediaType: "application/xml",
headers: {
Expand Down

0 comments on commit 5a2a5ea

Please sign in to comment.