We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6084f83 commit afa6594Copy full SHA for afa6594
clients/client-s3/S3.spec.ts
@@ -33,7 +33,7 @@ describe("endpoint", () => {
33
});
34
35
36
-describe("Accesspoint ARN", async () => {
+describe("Accesspoint ARN", () => {
37
const endpointValidator: BuildMiddleware<any, any> = (next, context) => (args) => {
38
// middleware intercept the request and return it early
39
const request = args.request as HttpRequest;
0 commit comments