From e0fcf99344da7b490003b45914d79539eb4bbc31 Mon Sep 17 00:00:00 2001 From: Lionel VICTOR <44619354+tchinchow@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:59:48 +0100 Subject: [PATCH] fix: add test server #6771 --- test/backend-test/monitors/test-tcp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/backend-test/monitors/test-tcp.js b/test/backend-test/monitors/test-tcp.js index 7b8ba9d39..8eb50825a 100644 --- a/test/backend-test/monitors/test-tcp.js +++ b/test/backend-test/monitors/test-tcp.js @@ -217,7 +217,7 @@ describe("TCP Monitor", () => { const tcpMonitor = new TCPMonitorType(); const monitor = { - hostname: "google.com", + hostname: "uptimekumavalidation.tchinchow.net", port: 443, expected_tls_alert: "certificate_required", timeout: 10,