diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-21 09:30:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 14:30:43 +0100 |
commit | b4109375565c6d30d8ffb63f4083e0a430aee201 (patch) | |
tree | 2006b4c47711873199a2d8ac7ffc684e74a74448 /cli/tests/integration/run_tests.rs | |
parent | 45ef3c91c2348560a9a282b44f4b7b8b28929b6f (diff) |
chore: fix development issues on Windows (#14030)
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index beb5e8cae..7c82acbf7 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -2334,7 +2334,7 @@ fn issue9750() { Input("yy\n"), Output("⚠️ ️Deno requests env access. Run again with --allow-env to bypass this prompt.\r\n Allow? [y/n (y = yes allow, n = no deny)]"), Input("n\n"), - Output("⚠️ ️Deno requests env access to \"SECRET\". Run again with --allow-run to bypass this prompt.\r\n Allow? [y/n (y = yes allow, n = no deny)]"), + Output("⚠️ ️Deno requests env access to \"SECRET\". Run again with --allow-env to bypass this prompt.\r\n Allow? [y/n (y = yes allow, n = no deny)]"), Input("n\n"), Output("error: Uncaught (in promise) PermissionDenied: Requires env access to \"SECRET\", run again with the --allow-env flag\r\n"), ], |