diff --git a/test/js/web/fetch/fetch.tls.test.ts b/test/js/web/fetch/fetch.tls.test.ts index 801dc202fb..f77de61481 100644 --- a/test/js/web/fetch/fetch.tls.test.ts +++ b/test/js/web/fetch/fetch.tls.test.ts @@ -91,7 +91,6 @@ it("not skip verification when doing a lot of requests", async () => { await promise; expect(count).toBe(1); - }); it("fetch with rejectUnauthorized: false should not call checkServerIdentity", async () => {