consul: fixing a unit test

pull/308/head
Armon Dadgar 10 years ago
parent 40ae65b277
commit 22e7205a5f

@ -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…
Cancel
Save