Skip to content

Commit 11296e7

Browse files
Update tests/multipleBackend/routes/routeBackbeat.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7083a61 commit 11296e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/multipleBackend/routes/routeBackbeat.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ function getMetadataToPut(putDataResponse) {
226226
describe('backbeat routes', () => {
227227
let bucketUtil;
228228
let s3;
229-
const suffix = Date.now();
230-
// Theses buckets are created once before tests
229+
// These buckets are created once before tests
231230
const TEST_BUCKET = `${TEST_BUCKET_PREFIX}-${suffix}`;
232231
const TEST_ENCRYPTED_BUCKET = `${TEST_ENCRYPTED_BUCKET_PREFIX}-${suffix}`;
233232
const NONVERSIONED_BUCKET = `${NONVERSIONED_BUCKET_PREFIX}-${suffix}`;

0 commit comments

Comments
 (0)