summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-04-23 20:07:30 +0200
committerGitHub <noreply@github.com>2023-04-23 20:07:30 +0200
commitc95477c49f16a753a9d25b46014fabfd3c7eb9e6 (patch)
treec57515fa3ca374048b0a770a1a9b05f219f55255 /cli
parent13f7f8c415f0f3ce7cb8801beb317066ef59a0e3 (diff)
tests: update tests relying on deno.land (#18811)
Diffstat (limited to 'cli')
-rw-r--r--cli/file_fetcher.rs2
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(),