From d0cca91043e2a655f8372baba11c5ea120e3f513 Mon Sep 17 00:00:00 2001 From: TwiN Date: Wed, 17 Dec 2025 18:33:57 -0500 Subject: [PATCH] test: Update expectedBody for DNS test --- client/client_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/client_test.go b/client/client_test.go index f041bfe5..447655a7 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -157,7 +157,6 @@ func TestShouldRunPingerAsPrivileged(t *testing.T) { } } - func TestCanPerformStartTLS(t *testing.T) { type args struct { address string @@ -468,7 +467,7 @@ func TestQueryDNS(t *testing.T) { }, inputURL: "8.8.8.8", expectedDNSCode: "NOERROR", - expectedBody: "*.iana-servers.net.", + expectedBody: "*.ns.cloudflare.com.", }, { name: "test Config with type PTR",