diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-01-29 14:23:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 14:23:02 +0100 |
commit | 4b92eef25e8f8ca203c7f03a9c6e55802cd3e47f (patch) | |
tree | 7410fa41518004e6954d03efe533cc536e149a9d | |
parent | daad575825ab82f1147d48c0e0e8963d5d29e879 (diff) |
test: fix lock_write_fetch test (#9318)
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 849f26d06..eab49a3c4 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, }); |