Skip to content

Commit

Permalink
dnsforward: revert tmp stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Oct 20, 2022
1 parent 519aaf2 commit d6dff96
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions internal/dnsforward/dnsforward_test.go
Expand Up @@ -41,17 +41,6 @@ const (
testMessagesCount = 10
)

func TestUpstreamConfig_Close(t *testing.T) {
c, err := proxy.ParseUpstreamsConfig([]string{
"8.8.8.8",
"h3://dns.google.com/dns-query",
}, &upstream.Options{})
require.NoError(t, err)

require.NoError(t, c.Close())
require.NoError(t, c.Close())
}

func startDeferStop(t *testing.T, s *Server) {
t.Helper()

Expand Down

0 comments on commit d6dff96

Please sign in to comment.