diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-04-23 20:07:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-23 20:07:30 +0200 |
commit | c95477c49f16a753a9d25b46014fabfd3c7eb9e6 (patch) | |
tree | c57515fa3ca374048b0a770a1a9b05f219f55255 /cli | |
parent | 13f7f8c415f0f3ce7cb8801beb317066ef59a0e3 (diff) |
tests: update tests relying on deno.land (#18811)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/file_fetcher.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/file_fetcher.rs b/cli/file_fetcher.rs index 75c2c608f..38b96c72d 100644 --- a/cli/file_fetcher.rs +++ b/cli/file_fetcher.rs @@ -1982,7 +1982,7 @@ mod tests { async fn test_fetch_with_default_certificate_store() { let _http_server_guard = test_util::http_server(); // Relies on external http server with a valid mozilla root CA cert. - let url = Url::parse("https://deno.land").unwrap(); + let url = Url::parse("https://deno.land/x").unwrap(); let client = HttpClient::from_client( create_http_client( version::get_user_agent(), |