Skip to content

Commit

Permalink
Update protocol test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtansia committed Nov 24, 2024
1 parent c440059 commit c50a248
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,11 @@
"uri": "/no-payload",
"method": "GET",
"headers": {
"contains": {
"Content-Length": "0"
},
"doesNotContain": [
"Content-Type",
"Content-Length"
"Content-Type"
]
},
"body": {
Expand All @@ -258,11 +260,11 @@
"method": "GET",
"headers": {
"contains": {
"Content-Length": "0",
"x-amz-test-id": "t-12345"
},
"doesNotContain": [
"Content-Type",
"Content-Length"
"Content-Type"
]
},
"body": {
Expand Down

0 comments on commit c50a248

Please sign in to comment.