Skip to content

Commit

Permalink
test: modify bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengzuoyu.zzy committed Jan 5, 2024
1 parent f8ec76f commit 7768132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/object.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('test/object.test.js', () => {
bucket = `ali-oss-test-object-bucket-${prefix.replace(/[/.]/g, '-')}${idx}`;

// just for archive bucket test
archiveBucket = `ali-oss-archive-bucket-${prefix.replace(/[/.]/g, '-')}${idx}`;
archiveBucket = `ali-oss-test-archive-bucket-${prefix.replace(/[/.]/g, '-')}${idx}`;

// console.log('current buckets: %j',
// (yield store.listBuckets()).buckets.map(function (item) {
Expand Down

0 comments on commit 7768132

Please sign in to comment.