summaryrefslogtreecommitdiff
path: root/test/net
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2024-07-21 18:02:58 +0200
committerMichael Peter Christen <mc@yacy.net>2024-07-21 18:02:58 +0200
commit910a496c9f657adaa8560d068c5a2e29d9bdd68a (patch)
tree290e4dfeb3c1b57e5502add2c225e377b1027e68 /test/net
parentfd45ccf76ebb7f18f63ce508e43ff66d118f2cc3 (diff)
replaced http links with https
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;