mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
tests: update tests relying on deno.land (#18811)
This commit is contained in:
parent
13f7f8c415
commit
c95477c49f
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user