We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7378ac4 commit 848860fCopy full SHA for 848860f
1 file changed
test/helpers/nock-server.js
@@ -83,7 +83,7 @@ function WebPageTestMockServer(host) {
83
return new WebPageTestMockServer(host);
84
}
85
86
- server = nock(host || 'http://www.webpagetest.org');
+ server = nock(host || 'https://www.webpagetest.org');
87
nock.enableNetConnect();
88
89
// request/response mapping
0 commit comments