Skip to content

Commit 401f36e

Browse files
authored
Update queryCompatibleTest to not require serializing an empty body (#2681)
1 parent 3471f42 commit 401f36e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

smithy-aws-protocol-tests/model/rpcv2Cbor/query-compatible.smithy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ use smithy.test#httpResponseTests
1717
headers: { "smithy-protocol": "rpc-v2-cbor", Accept: "application/cbor" }
1818
forbidHeaders: ["x-amzn-query-mode"]
1919
uri: "/service/NonQueryCompatibleRpcV2Protocol/operation/QueryIncompatibleOperation"
20-
body: "{}"
21-
bodyMediaType: "application/json"
20+
body: ""
2221
}
2322
])
2423
@idempotent

0 commit comments

Comments
 (0)