mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
reqd changes (#1522)
This commit is contained in:
committed by
John Belamaric
parent
bd156dc9d1
commit
ca5097ca13
@@ -26,7 +26,7 @@ func TestKubernetesParseTTL(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 && !tc.shouldErr {
|
||||
t.Fatalf("Test %d: Expected no error, got %q", i, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user