We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73716b commit fbcb2bbCopy full SHA for fbcb2bb
1 file changed
tests/modules/network/http/httpsget-missing-cert.js
@@ -9,7 +9,7 @@ import Resource from "Resource";
9
10
await $NETWORK.connected;
11
12
-const host = "www.yahoo.com";
+const host = "ya.ru";
13
14
function next() {
15
let request = new Request({host, path: "/",
0 commit comments