Skip to content

Commit

Permalink
Fix datetime offset restXml payload (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
srchase authored Dec 28, 2022
1 parent 25296a7 commit 4e4f8dd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ apply DatetimeOffsets @httpResponseTests([
protocol: restXml,
code: 200,
body: """
<DateTime>
<DatetimeOffsetsOutput>
<datetime>2019-12-16T22:48:18-01:00</datetime>
</DateTime>
</DatetimeOffsetsOutput>
""",
bodyMediaType: "application/xml",
headers: {
Expand All @@ -40,9 +40,9 @@ apply DatetimeOffsets @httpResponseTests([
protocol: restXml,
code: 200,
body: """
<DateTime>
<DatetimeOffsetsOutput>
<datetime>2019-12-17T00:48:18+01:00</datetime>
</DateTime>
</DatetimeOffsetsOutput>
""",
bodyMediaType: "application/xml",
headers: {
Expand Down

0 comments on commit 4e4f8dd

Please sign in to comment.