Skip to content

Commit fff035e

Browse files
authored
test(middleware-sdk-s3): fix test bucket name (#7207)
1 parent 1a23472 commit fff035e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/middleware-sdk-s3/src/throw-200-exceptions.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe("S3 throw 200 exceptions", () => {
1616

1717
beforeAll(async () => {
1818
callerID = await stsClient.getCallerIdentity({});
19-
Bucket = `${callerID.Account}-${randId}-s3-200s-e2e-test-empty-${config.region}-${(Date.now() / 1000) | 0}`;
19+
Bucket = `${callerID.Account}-${randId}-js-sdk-e2e-${config.region}-${(Date.now() / 1000) | 0}`;
2020

2121
await s3.createBucket({
2222
Bucket,

0 commit comments

Comments
 (0)