Skip to content

Commit

Permalink
fixup! Support compression.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Dec 9, 2024
1 parent 5007f86 commit 535f937
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ describe(AmazonS3Client.name, () => {
getJsonAsync: body
? () => Promise.resolve(JSON.parse(body))
: () => Promise.reject(new Error('No body provided')),
headers: {},
status: response.status,
statusText: response.statusText,
ok: response.status >= 200 && response.status < 300,
Expand Down

0 comments on commit 535f937

Please sign in to comment.