Skip to content

Commit 397dad6

Browse files
committed
Remove cbor test that java cannot change behavior for
1 parent bf89f54 commit 397dad6

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -489,35 +489,6 @@
489489
}
490490
}
491491
},
492-
{
493-
"id": "RpcV2CborDeserializesDenseSetMapAndSkipsNull",
494-
"description": "Clients SHOULD tolerate seeing a null value in a dense map, and they SHOULD\ndrop the null key-value pair.",
495-
"given": {
496-
"response": {
497-
"status_code": 200,
498-
"headers": {
499-
"smithy-protocol": "rpc-v2-cbor",
500-
"Content-Type": "application/cbor"
501-
},
502-
"binaryBody": "oWtkZW5zZVNldE1hcKNheIBheYJhYWFiYXr2"
503-
}
504-
},
505-
"when": {
506-
"action": "unmarshall",
507-
"operation": "RpcV2CborDenseMaps"
508-
},
509-
"then": {
510-
"deserializedAs": {
511-
"denseSetMap": {
512-
"x": [],
513-
"y": [
514-
"a",
515-
"b"
516-
]
517-
}
518-
}
519-
}
520-
},
521492
{
522493
"id": "RpcV2CborLists",
523494
"description": "Serializes RpcV2 Cbor lists",

0 commit comments

Comments
 (0)