We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b506f3 commit 6db0e69Copy full SHA for 6db0e69
codegen/protocol-tests/model/error-correction-tests.smithy
@@ -128,8 +128,8 @@ apply SayHello @httpResponseTests([
128
listValue: [],
129
mapValue: {},
130
nestedListValue: [],
131
- document: null,
132
- nested: null,
+ document: {},
+ nested: { a: "" },
133
timestampValue: 0
134
},
135
code: 200,
@@ -151,7 +151,7 @@ apply SayHelloXml @httpResponseTests([
151
152
153
154
155
156
157
0 commit comments