[java-idp-integration-tests] branch master updated: Use configurable base URL, not the default non-secure URL
Tom Zeller
tzeller at dragonacea.biz
Thu Mar 29 20:06:42 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=7c2f905c4463299f50d5aec779f561c97564836c
The following commit(s) were added to refs/heads/master by this push:
new 7c2f905 Use configurable base URL, not the default non-secure URL
7c2f905 is described below
commit 7c2f905c4463299f50d5aec779f561c97564836c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Mar 29 19:05:50 2018 -0500
Use configurable base URL, not the default non-secure URL
---
src/test/java/net/shibboleth/idp/test/StatusTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/idp/test/StatusTest.java b/src/test/java/net/shibboleth/idp/test/StatusTest.java
index 8f47169..55af84c 100644
--- a/src/test/java/net/shibboleth/idp/test/StatusTest.java
+++ b/src/test/java/net/shibboleth/idp/test/StatusTest.java
@@ -40,7 +40,7 @@ public class StatusTest extends BaseIntegrationTest {
startServer();
- driver.get(baseURL + statusPath);
+ driver.get(getBaseURL() + statusPath);
Assert.assertTrue(getPageSource().startsWith(STARTS_WITH));
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list