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
  • Loading branch information
jasdel committed Jul 17, 2020
1 parent 12b09f8 commit 3ab0f0b
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 3ab0f0b

Please sign in to comment.