mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 01:04:15 -04:00
reqd changes (#1522)
This commit is contained in:
committed by
John Belamaric
parent
bd156dc9d1
commit
ca5097ca13
@@ -18,7 +18,7 @@ func TestKubernetesParseReverseZone(t *testing.T) {
|
||||
|
||||
for i, tc := range tests {
|
||||
c := caddy.NewTestController("dns", tc.input)
|
||||
k, _, err := kubernetesParse(c)
|
||||
k, err := kubernetesParse(c)
|
||||
if err != nil {
|
||||
t.Fatalf("Test %d: Expected no error, got %q", i, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user