Skip to content

Commit

Permalink
Fix http-content-type protocol tests with mismatched params/headers
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar committed Nov 24, 2021
1 parent a230d73 commit 03909ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ apply TestPayloadStructure @httpRequestTests([
"Content-Length"
],
params: {
testId: "t-12345",
payloadConfig: {
data: 25,
}
Expand All @@ -146,7 +145,8 @@ apply TestPayloadStructure @httpRequestTests([
body: "{}",
bodyMediaType: "application/json",
headers: {
"Content-Type": "application/json"
"Content-Type": "application/json",
"X-Amz-Test-Id": "t-12345"
},
requireHeaders: [
"Content-Length"
Expand Down

0 comments on commit 03909ca

Please sign in to comment.