Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Dec 5, 2024
1 parent c252c13 commit 3d0cef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/OSSObject.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2252,6 +2252,7 @@ describe('test/OSSObject.test.ts', () => {
file: createReadStream(__filename),
},
});
console.log('result: ', result);
assert.equal(result.statusCode, 204);
const headRes = await ossObject.head(name);
assert.equal(headRes.status, 200);
Expand Down

0 comments on commit 3d0cef7

Please sign in to comment.