Skip to content

Commit

Permalink
minor change to pass test?
Browse files Browse the repository at this point in the history
Signed-off-by: Amber <[email protected]>
  • Loading branch information
ATorrise committed Feb 18, 2025
1 parent c243789 commit 3bdab0c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1706,9 +1706,9 @@ describe("Create ZFS", () => {
dummySession,
endpoint,
expect.arrayContaining([
{[ZosmfHeaders.X_IBM_RESPONSE_TIMEOUT]: "5" },
ZosmfHeaders.ACCEPT_ENCODING,
{ "Content-Length": jsonContent.length },
{"X-IBM-Response-Timeout": "5"},
{"Accept-Encoding": "gzip"},
{"Content-Length": jsonContent.length },
{"Content-Type": "application/json"}
]),
JSON.stringify(options)
Expand Down

0 comments on commit 3bdab0c

Please sign in to comment.