Skip to content

Commit d66babb

Browse files
committed
Update integration_tests.rs
1 parent 966b8f2 commit d66babb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/tests/integration_tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,8 @@ itest!(_042_dyn_import_evalcontext {
305305
});
306306

307307
itest!(_045_proxy {
308-
args: "run --allow-read --reload 045_proxy_test.ts",
308+
args: "run --allow-net --allow-env --reload 045_proxy_test.ts",
309309
output: "tests/045_proxy_test.ts.out",
310-
check_stderr: true,
311310
});
312311

313312
itest!(async_error {

0 commit comments

Comments
 (0)