mirror of
https://github.com/coredns/coredns.git
synced 2026-04-08 13:05:33 -04:00
lint(revive): fix unused-parameter violations (#7980)
This commit is contained in:
@@ -181,7 +181,7 @@ func TestLookup(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestLookupNil(t *testing.T) {
|
||||
func TestLookupNil(_t *testing.T) {
|
||||
fm := File{Next: test.ErrorHandler(), Zones: Zones{Z: map[string]*Zone{testzone: nil}, Names: []string{testzone}}}
|
||||
ctx := context.TODO()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user