Skip to content

Commit

Permalink
chore(protocol_clients): update generated tests (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 21, 2021
1 parent b1fee2c commit 9e4b2d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions protocol_tests/aws-restxml/tests/functional/restxml.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 9e4b2d6

Please sign in to comment.