diff --git a/consul/filter_test.go b/consul/filter_test.go index 15feb1e686..ce419bb978 100644 --- a/consul/filter_test.go +++ b/consul/filter_test.go @@ -64,7 +64,7 @@ func TestKeys(t *testing.T) { }, tcase{ in: []string{"abe", "lincoln"}, - out: nil, + out: []string{}, }, tcase{ in: []string{"abe", "foo/1", "foo/2", "foo/3", "nope"},