diff options
Diffstat (limited to 'plugin/kubernetes/setup_test.go')
-rw-r--r-- | plugin/kubernetes/setup_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/kubernetes/setup_test.go b/plugin/kubernetes/setup_test.go index 6f726c7c4..c7c6c15ce 100644 --- a/plugin/kubernetes/setup_test.go +++ b/plugin/kubernetes/setup_test.go @@ -347,7 +347,7 @@ func TestKubernetesParse(t *testing.T) { defaultResyncPeriod, "", podModeDisabled, - &[]string{"ip6.arpa", "inaddr.arpa", "foo.com"}, + &[]string{"ip6.arpa.", "inaddr.arpa.", "foo.com."}, nil, }, // Valid upstream @@ -443,7 +443,7 @@ func TestKubernetesParse(t *testing.T) { } // fallthrough - foundFallthrough := k8sController.Fallthrough + foundFallthrough := k8sController.Fall if foundFallthrough != nil { failed := false if test.expectedFallthrough == nil { |