Skip to content

Commit 532e6f3

Browse files
committed
Fix test cases
1 parent b789220 commit 532e6f3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"when": {
15-
"action": "unmarshall",
15+
"action": "errorUnmarshall",
1616
"operation": "QueryCompatibleOperation",
1717
"error": "NoCustomCodeError"
1818
},
@@ -36,9 +36,9 @@
3636
}
3737
},
3838
"when": {
39-
"action": "unmarshall",
39+
"action": "errorUnmarshall",
4040
"operation": "QueryCompatibleOperation",
41-
"error": "Customized"
41+
"error": "CustomCodeError"
4242
},
4343
"then": {
4444
"deserializedAs": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"when": {
16-
"action": "unmarshall",
16+
"action": "errorUnmarshall",
1717
"operation": "QueryCompatibleOperation",
1818
"error": "NoCustomCodeError"
1919
},
@@ -38,9 +38,9 @@
3838
}
3939
},
4040
"when": {
41-
"action": "unmarshall",
41+
"action": "errorUnmarshall",
4242
"operation": "QueryCompatibleOperation",
43-
"error": "Customized"
43+
"error": "CustomCodeError"
4444
},
4545
"then": {
4646
"deserializedAs": {

0 commit comments

Comments
 (0)