Skip to content

Commit 848860f

Browse files
authored
Switched default url to HTTPS
1 parent 7378ac4 commit 848860f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/helpers/nock-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function WebPageTestMockServer(host) {
8383
return new WebPageTestMockServer(host);
8484
}
8585

86-
server = nock(host || 'http://www.webpagetest.org');
86+
server = nock(host || 'https://www.webpagetest.org');
8787
nock.enableNetConnect();
8888

8989
// request/response mapping

0 commit comments

Comments
 (0)