Skip to content

Commit c50a248

Browse files
committed
Update protocol test
1 parent c440059 commit c50a248

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

test/protocol-tests-core/src/main/resources/software/amazon/awssdk/protocol/suites/cases/rest-json-contenttype.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,11 @@
230230
"uri": "/no-payload",
231231
"method": "GET",
232232
"headers": {
233+
"contains": {
234+
"Content-Length": "0"
235+
},
233236
"doesNotContain": [
234-
"Content-Type",
235-
"Content-Length"
237+
"Content-Type"
236238
]
237239
},
238240
"body": {
@@ -258,11 +260,11 @@
258260
"method": "GET",
259261
"headers": {
260262
"contains": {
263+
"Content-Length": "0",
261264
"x-amz-test-id": "t-12345"
262265
},
263266
"doesNotContain": [
264-
"Content-Type",
265-
"Content-Length"
267+
"Content-Type"
266268
]
267269
},
268270
"body": {

0 commit comments

Comments
 (0)