From 7e2c7fb6c5454e30158d74e1a5786183ea391f07 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 23 Oct 2020 11:50:15 +1100 Subject: refactor(cli): migrate run and cache to new infrastructure (#7996) Co-authored-by: Ryan Dahl --- cli/tests/disallow_http_from_https_js.out | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cli/tests/disallow_http_from_https_js.out') diff --git a/cli/tests/disallow_http_from_https_js.out b/cli/tests/disallow_http_from_https_js.out index e4e421159..405859e4d 100644 --- a/cli/tests/disallow_http_from_https_js.out +++ b/cli/tests/disallow_http_from_https_js.out @@ -1,2 +1,3 @@ -error: Modules loaded over https:// are not allowed to import modules over http:// -Imported from "https://localhost:5545/cli/tests/disallow_http_from_https.js:2" +error: Modules imported via https are not allowed to import http modules. + Importing: http://localhost:4545/cli/tests/001_hello.js + at https://localhost:5545/cli/tests/disallow_http_from_https.js:2:0 -- cgit v1.2.3