tests: update tests relying on deno.land (#18811)

This commit is contained in:
Leo Kettmeir 2023-04-23 20:07:30 +02:00 committed by GitHub
parent 13f7f8c415
commit c95477c49f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),