From 7a30d1a3d85b47434c1bdbd03052ade3dba3c77c Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 18 Jan 2021 13:59:29 +0100 Subject: fix: redirect in --location relative fetch (#9150) --- cli/tests/integration_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 226bf9b9b..9cb5cd5f1 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2662,6 +2662,12 @@ itest!(_080_deno_emit_permissions { exit_code: 1, }); +itest!(_081_location_relative_fetch_redirect { + args: "run --location http://127.0.0.1:4546/ --allow-net 081_location_relative_fetch_redirect.ts", + output: "081_location_relative_fetch_redirect.ts.out", + http_server: true, +}); + itest!(js_import_detect { args: "run --quiet --reload js_import_detect.ts", output: "js_import_detect.ts.out", -- cgit v1.2.3