Skip to content

Commit 9e4b2d6

Browse files
authored
chore(protocol_clients): update generated tests (#1936)
1 parent b1fee2c commit 9e4b2d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

protocol_tests/aws-restjson/tests/functional/restjson1.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2017,8 +2017,8 @@ it("RestJsonInputAndOutputWithNumericHeaders:Response", async () => {
20172017
200,
20182018
{
20192019
"x-float": "1.1",
2020-
"x-long": "123",
20212020
"x-byte": "1",
2021+
"x-long": "123",
20222022
"x-integer": "123",
20232023
"x-integerlist": "1, 2, 3",
20242024
"x-double": "1.1",
@@ -5360,8 +5360,8 @@ it("RestJsonTimestampFormatHeaders:Response", async () => {
53605360
{
53615361
"x-targetepochseconds": "1576540098",
53625362
"x-memberdatetime": "2019-12-16T23:48:18Z",
5363-
"x-memberepochseconds": "1576540098",
53645363
"x-defaultformat": "Mon, 16 Dec 2019 23:48:18 GMT",
5364+
"x-memberepochseconds": "1576540098",
53655365
"x-targethttpdate": "Mon, 16 Dec 2019 23:48:18 GMT",
53665366
"x-memberhttpdate": "Mon, 16 Dec 2019 23:48:18 GMT",
53675367
"x-targetdatetime": "2019-12-16T23:48:18Z",

protocol_tests/aws-restxml/tests/functional/restxml.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1994,8 +1994,8 @@ it("InputAndOutputWithNumericHeaders:Response", async () => {
19941994
200,
19951995
{
19961996
"x-float": "1.1",
1997-
"x-long": "123",
19981997
"x-byte": "1",
1998+
"x-long": "123",
19991999
"x-integer": "123",
20002000
"x-integerlist": "1, 2, 3",
20012001
"x-double": "1.1",
@@ -2946,8 +2946,8 @@ it("TimestampFormatHeaders:Response", async () => {
29462946
{
29472947
"x-targetepochseconds": "1576540098",
29482948
"x-memberdatetime": "2019-12-16T23:48:18Z",
2949-
"x-memberepochseconds": "1576540098",
29502949
"x-defaultformat": "Mon, 16 Dec 2019 23:48:18 GMT",
2950+
"x-memberepochseconds": "1576540098",
29512951
"x-targethttpdate": "Mon, 16 Dec 2019 23:48:18 GMT",
29522952
"x-memberhttpdate": "Mon, 16 Dec 2019 23:48:18 GMT",
29532953
"x-targetdatetime": "2019-12-16T23:48:18Z",

0 commit comments

Comments
 (0)