summaryrefslogtreecommitdiff
path: root/tests/unit/fetch_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/fetch_test.ts')
-rw-r--r--tests/unit/fetch_test.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/fetch_test.ts b/tests/unit/fetch_test.ts
index 35517911c..48cde90ab 100644
--- a/tests/unit/fetch_test.ts
+++ b/tests/unit/fetch_test.ts
@@ -9,7 +9,6 @@ import {
assertStringIncludes,
assertThrows,
delay,
- DENO_FUTURE,
fail,
unimplemented,
} from "./test_util.ts";
@@ -1359,7 +1358,7 @@ Deno.test(
);
Deno.test(
- { permissions: { read: true, net: true }, ignore: DENO_FUTURE },
+ { permissions: { read: true, net: true } },
async function fetchCustomClientPrivateKey(): Promise<
void
> {