Skip to content

Commit 691aab2

Browse files
authored
Update integration_tests.rs
1 parent e1b0f9c commit 691aab2

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
@@ -237,9 +237,8 @@ itest!(_042_dyn_import_evalcontext {
237237
});
238238

239239
itest!(_045_proxy {
240-
args: "run --allow-read --reload 045_proxy_test.ts",
240+
args: "run --allow-net --allow-env --reload 045_proxy_test.ts",
241241
output: "tests/045_proxy_test.ts.out",
242-
check_stderr: true,
243242
});
244243

245244
itest!(async_error {

0 commit comments

Comments
 (0)