You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/core/src/main/java/software/amazon/smithy/python/codegen/integrations/RestJsonProtocolGenerator.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,9 @@ public class RestJsonProtocolGenerator implements ProtocolGenerator {
52
52
"SDKAppliedContentEncoding_restJson1",
53
53
"SDKAppendedGzipAfterProvidedEncoding_restJson1",
54
54
55
-
// TODO: update union deserialization to ignore `__type` for JSON protocols
56
-
"RestJsonDeserializeIgnoreType",
55
+
// TODO: These tests require a payload even when the httpPayload member is null. Should it?
56
+
"RestJsonHttpWithHeadersButNoPayload",
57
+
"RestJsonHttpWithEmptyStructurePayload",
57
58
58
59
// These tests do need to be fixed, but they're being disabled right now
59
60
// since the way protocols work is changing.
@@ -62,10 +63,6 @@ public class RestJsonProtocolGenerator implements ProtocolGenerator {
0 commit comments