File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ const resultParser = require('./wtpResultsParser');
1313const cloudinaryCaller = require ( '../cloudinary/apiCaller' ) ;
1414const { truncateString} = require ( '../util/strings' ) ;
1515const RESULTS_URL = 'https://www.webpagetest.org/jsonResult.php' ;
16- const RUN_TEST_URL = 'http ://www.webpagetest.org/runtest.php' ;
17- const GET_TEST_STATUS = 'http ://www.webpagetest.org/testStatus.php' ;
16+ const RUN_TEST_URL = 'https ://www.webpagetest.org/runtest.php' ;
17+ const GET_TEST_STATUS = 'https ://www.webpagetest.org/testStatus.php' ;
1818const locationSelector = require ( './locationSelector' ) ;
1919const apiKeys = require ( './apiKey' ) ;
2020
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const path = require("path");
66const opentelemetry = require ( "@opentelemetry/api" ) ;
77const logger = require ( '../logger' ) . logger ;
88
9- const GET_LOCATIONS = 'http ://www.webpagetest.org/getLocations.php?f=json' ;
9+ const GET_LOCATIONS = 'https ://www.webpagetest.org/getLocations.php?f=json' ;
1010
1111const WstMeter = opentelemetry . metrics . getMeter ( 'default' ) ;
1212const locationMetrics = {
You can’t perform that action at this time.
0 commit comments