We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7083a61 commit 11296e7Copy full SHA for 11296e7
tests/multipleBackend/routes/routeBackbeat.js
@@ -226,8 +226,7 @@ function getMetadataToPut(putDataResponse) {
226
describe('backbeat routes', () => {
227
let bucketUtil;
228
let s3;
229
- const suffix = Date.now();
230
- // Theses buckets are created once before tests
+ // These buckets are created once before tests
231
const TEST_BUCKET = `${TEST_BUCKET_PREFIX}-${suffix}`;
232
const TEST_ENCRYPTED_BUCKET = `${TEST_ENCRYPTED_BUCKET_PREFIX}-${suffix}`;
233
const NONVERSIONED_BUCKET = `${NONVERSIONED_BUCKET_PREFIX}-${suffix}`;
0 commit comments