reqd changes (#1522)
This commit is contained in:
parent
bd156dc9d1
commit
ca5097ca13
6 changed files with 187 additions and 169 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue