From fbfdd960cdf95fd65c91d3b2a5fd9d5263bd38b6 Mon Sep 17 00:00:00 2001 From: Kent 'picat' Gruber Date: Sun, 25 Aug 2024 15:54:21 -0400 Subject: [PATCH] Fix test panic --- pkg/doh/doh_server_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/doh/doh_server_test.go b/pkg/doh/doh_server_test.go index e744c9c..8eb60d5 100644 --- a/pkg/doh/doh_server_test.go +++ b/pkg/doh/doh_server_test.go @@ -149,9 +149,6 @@ func TestNewServer(t *testing.T) { }(), check: checkSuccess, }, - { - name: "valid request (with doh.Query)", - }, } for _, test := range tests {