Skip to content
Snippets Groups Projects
Commit 2415f0f3 authored by ysaito1001's avatar ysaito1001
Browse files

Update URI in `aws-json-query-compat.smithy` to pass the failed test

parent 8c336829
Branches
Tags
No related merge requests found
...@@ -18,7 +18,7 @@ service QueryCompatService { ...@@ -18,7 +18,7 @@ service QueryCompatService {
id: "BasicQueryCompatTest" id: "BasicQueryCompatTest"
protocol: awsJson1_0, protocol: awsJson1_0,
method: "POST", method: "POST",
uri: "https://foo.com", uri: "/",
body: "{\"message\":\"hello!\"}", body: "{\"message\":\"hello!\"}",
bodyMedaType: "application/json", bodyMedaType: "application/json",
params: { params: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment