From 4b92eef25e8f8ca203c7f03a9c6e55802cd3e47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 29 Jan 2021 14:23:02 +0100 Subject: [PATCH] test: fix lock_write_fetch test (#9318) --- cli/tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 849f26d06d..eab49a3c4a 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2729,6 +2729,7 @@ itest!(lock_write_fetch { args: "run --quiet --allow-read --allow-write --allow-env --allow-run lock_write_fetch.ts", output: "lock_write_fetch.ts.out", + http_server: true, exit_code: 0, });