From 2edda0f250ff8f9bc9c9cae61599c0bef3b4917c Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Tue, 15 Oct 2024 16:27:26 +0200 Subject: [PATCH] fix(tesT): oops Signed-off-by: Sam Therapy --- pkg/query/print_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/query/print_test.go b/pkg/query/print_test.go index 9c83200..e0aeac9 100644 --- a/pkg/query/print_test.go +++ b/pkg/query/print_test.go @@ -105,7 +105,7 @@ func TestRealPrint(t *testing.T) { ShowQuery: true, }, Request: util.Request{ - Server: "https://dns.froth.zone/dns-query", + Server: "https://dns.google/dns-query", Port: 443, Type: dns.StringToType["NS"], Class: 1,