[java-idp-integration-tests] 02/04: Update Sauce Labs endpoint to use HTTPS

Tom Zeller tzeller at dragonacea.biz
Tue Jun 8 15:08:26 UTC 2021


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=c68c1539c0d563e81812ff5022e9366d157e25b3

commit c68c1539c0d563e81812ff5022e9366d157e25b3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jun 8 09:48:22 2021 -0500

    Update Sauce Labs endpoint to use HTTPS
---
 src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index a265bfa..1e47a5c 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -1374,7 +1374,7 @@ public abstract class BaseIntegrationTest
         final SauceOnDemandAuthentication authentication = new SauceOnDemandAuthentication();
         final String username = authentication.getUsername();
         final String accesskey = authentication.getAccessKey();
-        final URL url = new URL("http://" + username + ":" + accesskey + "@ondemand.saucelabs.com:80/wd/hub");
+        final URL url = new URL("https://" + username + ":" + accesskey + "@ondemand.us-west-1.saucelabs.com:443/wd/hub");
         final RemoteWebDriver remoteWebDriver = new RemoteWebDriver(url, desiredCapabilities);
         threadLocalWebDriver.set(remoteWebDriver);
         driver = threadLocalWebDriver.get();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list