Skip to content

Commit

Permalink
fix: enableProxy=true need install proxy-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
csg01123119 committed Dec 19, 2023
1 parent 16c7822 commit 2b0cd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/browser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ describe('browser', () => {

it('should multipart upload file with abort', async () => {
const client = store;
// create a file with 1M random data.
// create a file with 1M random data
const fileContent = Array(1024 * 1024)
.fill('a')
.join('');
Expand Down

0 comments on commit 2b0cd56

Please sign in to comment.