summaryrefslogtreecommitdiff
path: root/test/net
diff options
context:
space:
mode:
Diffstat (limited to 'test/net')
-rw-r--r--test/net/yacy/data/URLLicenseConcurrentTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/yacy/data/URLLicenseConcurrentTest.java b/test/net/yacy/data/URLLicenseConcurrentTest.java
index 9bc49e821..1f1c3e9c3 100644
--- a/test/net/yacy/data/URLLicenseConcurrentTest.java
+++ b/test/net/yacy/data/URLLicenseConcurrentTest.java
@@ -41,7 +41,7 @@ public class URLLicenseConcurrentTest {
*/
private static class ClientThread extends Thread {
- private String testURL = "http://yacy.net";
+ private String testURL = "https://yacy.net";
private int steps = 100000;