From ab1721b8669825907a76fc9a47f2b0c2102be8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Tue, 24 Sep 2024 14:23:00 +0200 Subject: [PATCH] Update entry for test-helpers (#886) * Update entry for test-helpers * Use 6.th --- api/ooniapi/probe_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ooniapi/probe_services.py b/api/ooniapi/probe_services.py index 77c10dc9..6ef09578 100644 --- a/api/ooniapi/probe_services.py +++ b/api/ooniapi/probe_services.py @@ -579,7 +579,7 @@ def generate_test_helpers_conf() -> Dict: conf["web-connectivity"] = random_web_test_helpers( [ "https://0.th.ooni.org", - "https://3.th.ooni.org", + "https://6.th.ooni.org", "https://4.th.ooni.org", ] )