mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-26 11:08:08 +01:00
Fixed HTTPSWebServerAuthTest broken in e687462
This commit is contained in:
parent
979425409f
commit
6b73286c8f
@ -106,7 +106,7 @@ public class HTTPSWebServerAuthTest {
|
||||
*/
|
||||
@Test
|
||||
public void testHTTPSAuthForPages() throws IOException, WebException, KeyManagementException, NoSuchAlgorithmException {
|
||||
String address = "https://localhost:9000";
|
||||
String address = "https://localhost:9005";
|
||||
URL url = new URL(address);
|
||||
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
|
||||
if (address.startsWith("https")) {
|
||||
|
Loading…
Reference in New Issue
Block a user