Skip to content

Commit 14f1c53

Browse files
committed
Add binaryBody - query compat cbor output tests now pass
1 parent f3d3476 commit 14f1c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/protocol-tests-core/src/main/resources/software/amazon/awssdk/protocol/suites/cases/smithy-rpcv2-querycompatible-output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"smithy-protocol": "rpc-v2-cbor",
1010
"Content-Type": "application/cbor"
1111
},
12-
"body": "uQACZl9fdHlwZXgtYXdzLnByb3RvY29sdGVzdHMucnBjdjJjYm9yI05vQ3VzdG9tQ29kZUVycm9yZ01lc3NhZ2ViSGk="
12+
"binaryBody": "uQACZl9fdHlwZXgtYXdzLnByb3RvY29sdGVzdHMucnBjdjJjYm9yI05vQ3VzdG9tQ29kZUVycm9yZ01lc3NhZ2ViSGk="
1313
}
1414
},
1515
"when": {
@@ -34,7 +34,7 @@
3434
"smithy-protocol": "rpc-v2-cbor",
3535
"Content-Type": "application/cbor"
3636
},
37-
"body": "uQACZl9fdHlwZXgrYXdzLnByb3RvY29sdGVzdHMucnBjdjJjYm9yI0N1c3RvbUNvZGVFcnJvcmdNZXNzYWdlYkhp"
37+
"binaryBody": "uQACZl9fdHlwZXgrYXdzLnByb3RvY29sdGVzdHMucnBjdjJjYm9yI0N1c3RvbUNvZGVFcnJvcmdNZXNzYWdlYkhp"
3838
}
3939
},
4040
"when": {

0 commit comments

Comments
 (0)