summaryrefslogtreecommitdiff
path: root/cli/tests/workers_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/workers_test.ts')
-rw-r--r--cli/tests/workers_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/workers_test.ts b/cli/tests/workers_test.ts
index 2dfc7e26b..c35ea72f5 100644
--- a/cli/tests/workers_test.ts
+++ b/cli/tests/workers_test.ts
@@ -600,7 +600,7 @@ Deno.test("Worker with disabled permissions", async function () {
type: "module",
deno: {
namespace: true,
- permissions: false,
+ permissions: "none",
},
},
);