diff --git a/smithy-aws-protocol-tests/model/restJson1/http-query.smithy b/smithy-aws-protocol-tests/model/restJson1/http-query.smithy index ef23e1a96fc..236613edd74 100644 --- a/smithy-aws-protocol-tests/model/restJson1/http-query.smithy +++ b/smithy-aws-protocol-tests/model/restJson1/http-query.smithy @@ -400,6 +400,21 @@ apply OmitsNullSerializesEmptyString @httpRequestTests([ emptyString: "", }, }, + { + id: "RestJsonServersAcceptStaticQueryParamAsEmptyString", + documentation: "Servers accept static query params as empty strings.", + protocol: restJson1, + method: "GET", + uri: "/OmitsNullSerializesEmptyString", + body: "", + queryParams: [ + "Empty", + ], + params: { + emptyString: "", + }, + appliesTo: "server" + }, ]) structure OmitsNullSerializesEmptyStringInput {