Skip to content

Commit

Permalink
Add param to RestJsonHttpWithEmptyBlobPayload
Browse files Browse the repository at this point in the history
Content-Type is bound to the contentType member, so if it is expected as
a header, it should also be set as a param of the input.
  • Loading branch information
adamthom-amzn committed Jun 21, 2024
1 parent 1249c68 commit bb2552a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ apply TestPayloadBlob @httpRequestTests([
headers: {
"Content-Type": "application/octet-stream"
},
params: {}
params: {
contentType: "application/octet-stream"
}
}
])

Expand Down

0 comments on commit bb2552a

Please sign in to comment.