reqd changes (#1522)

This commit is contained in:
Chris O'Haver 2018-02-12 14:27:16 -05:00 committed by John Belamaric
parent bd156dc9d1
commit ca5097ca13
6 changed files with 187 additions and 169 deletions

View file

@ -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)
}