Apply formatting changes

This commit is contained in:
gvilums
2024-05-31 23:25:28 +00:00
committed by github-actions[bot]
parent e3c096565b
commit 2efd10b4df

View File

@@ -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 () => {