consul: fixing a unit test
This commit is contained in:
parent
a078e4d6f4
commit
54ed1ec834
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue