mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Tidy up most errors and warnings from lint tools. (#165)
This commit is contained in:
@@ -26,7 +26,7 @@ func TestStubCycle(t *testing.T) {
|
||||
}
|
||||
|
||||
rec := middleware.NewResponseRecorder(&test.ResponseWriter{})
|
||||
_, err := etc.ServeDNS(ctx, rec, m)
|
||||
_, err := etc.ServeDNS(ctxt, rec, m)
|
||||
if err == nil {
|
||||
t.Errorf("expected error, got none")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user