Skip to content

Commit

Permalink
meta: fix AWS test suite (#5229)
Browse files Browse the repository at this point in the history
* Backport #5195 to 4.x

Co-authored-by: Antoine du Hamel <[email protected]>

* fixup! Backport #5195 to 4.x

---------

Co-authored-by: Merlijn Vos <[email protected]>
  • Loading branch information
aduh95 and Murderlon authored Jun 4, 2024
1 parent 366449e commit 04fd43f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@uppy/aws-s3/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ describe('AwsS3Multipart', () => {
expect(uploadSuccessHandler.mock.calls[0][1]).toStrictEqual({
body: {
ETag: 'test',
etag: 'test',
location: 'http://example.com',
},
status: 200,
Expand Down

0 comments on commit 04fd43f

Please sign in to comment.