From e61e191ce529faafe572fc9799b3da65348aa1c2 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Thu, 21 Jan 2021 04:06:27 +0000 Subject: [PATCH] chore(protocol_clients): update generated tests --- .../aws-restjson/tests/functional/restjson1.spec.ts | 4 ++-- protocol_tests/aws-restxml/tests/functional/restxml.spec.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/protocol_tests/aws-restjson/tests/functional/restjson1.spec.ts b/protocol_tests/aws-restjson/tests/functional/restjson1.spec.ts index e05f9bc9c191d..07fb20c0ec766 100644 --- a/protocol_tests/aws-restjson/tests/functional/restjson1.spec.ts +++ b/protocol_tests/aws-restjson/tests/functional/restjson1.spec.ts @@ -2017,8 +2017,8 @@ it("RestJsonInputAndOutputWithNumericHeaders:Response", async () => { 200, { "x-float": "1.1", - "x-long": "123", "x-byte": "1", + "x-long": "123", "x-integer": "123", "x-integerlist": "1, 2, 3", "x-double": "1.1", @@ -5360,8 +5360,8 @@ it("RestJsonTimestampFormatHeaders:Response", async () => { { "x-targetepochseconds": "1576540098", "x-memberdatetime": "2019-12-16T23:48:18Z", - "x-memberepochseconds": "1576540098", "x-defaultformat": "Mon, 16 Dec 2019 23:48:18 GMT", + "x-memberepochseconds": "1576540098", "x-targethttpdate": "Mon, 16 Dec 2019 23:48:18 GMT", "x-memberhttpdate": "Mon, 16 Dec 2019 23:48:18 GMT", "x-targetdatetime": "2019-12-16T23:48:18Z", diff --git a/protocol_tests/aws-restxml/tests/functional/restxml.spec.ts b/protocol_tests/aws-restxml/tests/functional/restxml.spec.ts index edeaa39c96fd9..35153ee372975 100644 --- a/protocol_tests/aws-restxml/tests/functional/restxml.spec.ts +++ b/protocol_tests/aws-restxml/tests/functional/restxml.spec.ts @@ -1994,8 +1994,8 @@ it("InputAndOutputWithNumericHeaders:Response", async () => { 200, { "x-float": "1.1", - "x-long": "123", "x-byte": "1", + "x-long": "123", "x-integer": "123", "x-integerlist": "1, 2, 3", "x-double": "1.1", @@ -2946,8 +2946,8 @@ it("TimestampFormatHeaders:Response", async () => { { "x-targetepochseconds": "1576540098", "x-memberdatetime": "2019-12-16T23:48:18Z", - "x-memberepochseconds": "1576540098", "x-defaultformat": "Mon, 16 Dec 2019 23:48:18 GMT", + "x-memberepochseconds": "1576540098", "x-targethttpdate": "Mon, 16 Dec 2019 23:48:18 GMT", "x-memberhttpdate": "Mon, 16 Dec 2019 23:48:18 GMT", "x-targetdatetime": "2019-12-16T23:48:18Z",