Skip to content

Commit

Permalink
Remove content-type from no XML body test (#2218)
Browse files Browse the repository at this point in the history
Follow up to #1984
  • Loading branch information
kstich authored Mar 27, 2024
1 parent fda4e62 commit 7a5efbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions smithy-aws-protocol-tests/model/restXml/http-payload.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,6 @@ apply HttpPayloadWithUnion @httpRequestTests([
method: "PUT",
uri: "/HttpPayloadWithUnion",
body: "",
headers: {
"Content-Type": "application/xml",
},
params: {}
}
])
Expand Down

0 comments on commit 7a5efbd

Please sign in to comment.