Skip to content

Commit afa6594

Browse files
committed
fix(client-s3): returning Promise from describe not supported
1 parent 6084f83 commit afa6594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-s3/S3.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe("endpoint", () => {
3333
});
3434
});
3535

36-
describe("Accesspoint ARN", async () => {
36+
describe("Accesspoint ARN", () => {
3737
const endpointValidator: BuildMiddleware<any, any> = (next, context) => (args) => {
3838
// middleware intercept the request and return it early
3939
const request = args.request as HttpRequest;

0 commit comments

Comments
 (0)