mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 23:06:50 -05:00
fix more
This commit is contained in:
parent
f7262b027c
commit
d76c65838d
1 changed files with 2 additions and 2 deletions
|
@ -7840,7 +7840,7 @@ mod tests {
|
|||
unsafely_ignore_certificate_errors: Some(svec![
|
||||
"deno.land",
|
||||
"localhost",
|
||||
"::",
|
||||
"[::]",
|
||||
"127.0.0.1",
|
||||
"[::1]",
|
||||
"1.2.3.4"
|
||||
|
@ -7868,7 +7868,7 @@ mod tests {
|
|||
unsafely_ignore_certificate_errors: Some(svec![
|
||||
"deno.land",
|
||||
"localhost",
|
||||
"::",
|
||||
"[::]",
|
||||
"127.0.0.1",
|
||||
"[::1]",
|
||||
"1.2.3.4"
|
||||
|
|
Loading…
Add table
Reference in a new issue