From 2415f0f3a9a6a05aae615215ffe6f22443ee384d Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Thu, 16 Nov 2023 15:05:35 -0600 Subject: [PATCH] Update URI in `aws-json-query-compat.smithy` to pass the failed test --- codegen-core/common-test-models/aws-json-query-compat.smithy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen-core/common-test-models/aws-json-query-compat.smithy b/codegen-core/common-test-models/aws-json-query-compat.smithy index 4a98f7090..b3e1cf037 100644 --- a/codegen-core/common-test-models/aws-json-query-compat.smithy +++ b/codegen-core/common-test-models/aws-json-query-compat.smithy @@ -18,7 +18,7 @@ service QueryCompatService { id: "BasicQueryCompatTest" protocol: awsJson1_0, method: "POST", - uri: "https://foo.com", + uri: "/", body: "{\"message\":\"hello!\"}", bodyMedaType: "application/json", params: { -- GitLab