diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-10-22 22:52:41 +0900 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-22 09:52:41 -0400 |
| commit | ec44b5b6af1b70bb4041c909989b5f94138ecaf5 (patch) | |
| tree | 3d488d3bab137aaee41f6ff476b0ce159d7f0c1f /cli/tests/045_proxy_test.ts.out | |
| parent | ea8231af3396a054eb4faf73064d8333ab1006e0 (diff) | |
test: improve http_proxy test (#3185)
Diffstat (limited to 'cli/tests/045_proxy_test.ts.out')
| -rw-r--r-- | cli/tests/045_proxy_test.ts.out | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cli/tests/045_proxy_test.ts.out b/cli/tests/045_proxy_test.ts.out index 7b898bcf1..c59f219a4 100644 --- a/cli/tests/045_proxy_test.ts.out +++ b/cli/tests/045_proxy_test.ts.out @@ -1,3 +1,4 @@ Proxy server listening on [WILDCARD] -Proxy request to: http://deno.land/welcome.ts -Proxy request to: http://deno.land/welcome.ts +Proxy request to: http://localhost:4545/std/examples/colors.ts +Proxy request to: http://localhost:4545/std/examples/colors.ts +Proxy request to: http://localhost:4545/std/fmt/colors.ts |
