diff --git a/smithy-aws-protocol-tests/model/restJson1/malformedRequests/malformed-content-type.smithy b/smithy-aws-protocol-tests/model/restJson1/malformedRequests/malformed-content-type.smithy index c024e4b3ad8..ae4569a7001 100644 --- a/smithy-aws-protocol-tests/model/restJson1/malformedRequests/malformed-content-type.smithy +++ b/smithy-aws-protocol-tests/model/restJson1/malformedRequests/malformed-content-type.smithy @@ -82,7 +82,7 @@ apply MalformedContentTypeWithPayload @httpMalformedRequestTests([ } ]) -apply MalformedContentTypeWithGenericString @httpMalformedRequestTests([ +apply MalformedContentTypeWithPayload @httpMalformedRequestTests([ { id: "RestJsonWithPayloadExpectsImpliedContentType", documentation: """ diff --git a/smithy-aws-protocol-tests/model/restJson1/malformedRequests/malformed-map.smithy b/smithy-aws-protocol-tests/model/restJson1/malformedRequests/malformed-map.smithy index 5bce5dcfbdf..1275a547e09 100644 --- a/smithy-aws-protocol-tests/model/restJson1/malformedRequests/malformed-map.smithy +++ b/smithy-aws-protocol-tests/model/restJson1/malformedRequests/malformed-map.smithy @@ -11,7 +11,7 @@ operation MalformedMap { input: MalformedMapInput } -apply MalformedList @httpMalformedRequestTests([ +apply MalformedMap @httpMalformedRequestTests([ { id: "RestJsonBodyMalformedMapNullKey", documentation: """