From 3ab0f0bb5aaeea93d17a2372912c3aba41745a81 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte Date: Fri, 17 Jul 2020 15:36:35 -0700 Subject: [PATCH] Fixup AWS REST-JSON streaming protocol test URI paths --- smithy-aws-protocol-tests/model/restJson1/streaming.smithy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smithy-aws-protocol-tests/model/restJson1/streaming.smithy b/smithy-aws-protocol-tests/model/restJson1/streaming.smithy index f3a2559df16..fe54549da61 100644 --- a/smithy-aws-protocol-tests/model/restJson1/streaming.smithy +++ b/smithy-aws-protocol-tests/model/restJson1/streaming.smithy @@ -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", @@ -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"