Skip to content

Commit

Permalink
Fixup AWS REST-JSON streaming protocol test URI paths
Browse files Browse the repository at this point in the history
Fixes the AWS RES-JSON streaming protocol tests URI path to be specific
to the operation. Was incorrectly copied for a different operation
definition.
  • Loading branch information
jasdel authored and kstich committed Jul 20, 2020
1 parent 12b09f8 commit 0e65fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smithy-aws-protocol-tests/model/restJson1/streaming.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ apply StreamingTraitsRequireLength @httpRequestTests([
documentation: "Serializes a blob in the HTTP payload with a required length",
protocol: restJson1,
method: "POST",
uri: "/StreamingTraits",
uri: "/StreamingTraitsRequireLength",
body: "blobby blob blob",
headers: {
"X-Foo": "Foo",
Expand All @@ -130,7 +130,7 @@ apply StreamingTraitsRequireLength @httpRequestTests([
documentation: "Serializes an empty blob in the HTTP payload",
protocol: restJson1,
method: "POST",
uri: "/StreamingTraits",
uri: "/StreamingTraitsRequireLength",
body: "",
headers: {
"X-Foo": "Foo"
Expand Down

0 comments on commit 0e65fc2

Please sign in to comment.