Skip to content

Commit 2bfb8b5

Browse files
agarneha1331francisf
authored andcommitted
http->https in hub url
1 parent ee00a06 commit 2bfb8b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/browserstack/BrowserStackTestNGTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void setUp(String config_file, String environment) throws Exception {
6666
}
6767

6868
driver = new RemoteWebDriver(
69-
new URL("http://" + username + ":" + accessKey + "@" + config.get("server") + "/wd/hub"), capabilities);
69+
new URL("https://" + username + ":" + accessKey + "@" + config.get("server") + "/wd/hub"), capabilities);
7070
}
7171

7272
@AfterMethod(alwaysRun = true)

0 commit comments

Comments
 (0)