From 0e65fc21284ee547f53acc4321f003be4f806a7b 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 Fixes the AWS RES-JSON streaming protocol tests URI path to be specific to the operation. Was incorrectly copied for a different operation definition. --- 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"