diff --git a/smithy-aws-protocol-tests/model/restJson1/http-query.smithy b/smithy-aws-protocol-tests/model/restJson1/http-query.smithy index 8bf4abfe4bd..23426e98657 100644 --- a/smithy-aws-protocol-tests/model/restJson1/http-query.smithy +++ b/smithy-aws-protocol-tests/model/restJson1/http-query.smithy @@ -414,22 +414,12 @@ apply IgnoreQueryParamsInResponse @httpResponseTests([ headers: { "Content-Type": "application/json" }, - body: "{}", + body: "{\"baz\":\"bam\"}", bodyMediaType: "application/json", - params: {} - }, - { - id: "RestJsonIgnoreQueryParamsInResponseNoPayload", - documentation: """ - This test is similar to RestJsonIgnoreQueryParamsInResponse, - but it ensures that clients gracefully handle responses from - the server that do not serialize an empty JSON object.""", - protocol: restJson1, - code: 200, - body: "", - params: {}, - appliesTo: "client", - }, + params: { + baz: "bam" + } + } ]) structure IgnoreQueryParamsInResponseOutput {