Skip to content

Commit

Permalink
Update URI in aws-json-query-compat.smithy to pass the failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed Nov 16, 2023
1 parent 8c33682 commit 2415f0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 2415f0f

Please sign in to comment.