mirror of
https://github.com/coredns/coredns.git
synced 2026-04-07 20:45:32 -04:00
lint(revive): fix unused-parameter violations (#7980)
This commit is contained in:
@@ -103,7 +103,7 @@ func TestHealthNoRecursion(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestHealthTimeout(t *testing.T) {
|
||||
s := dnstest.NewServer(func(w dns.ResponseWriter, r *dns.Msg) {
|
||||
s := dnstest.NewServer(func(_w dns.ResponseWriter, _r *dns.Msg) {
|
||||
// timeout
|
||||
})
|
||||
defer s.Close()
|
||||
|
||||
Reference in New Issue
Block a user