Fix endpoint scope

This commit is contained in:
Daniel
2020-05-20 14:53:14 +02:00
parent f1765a7abb
commit c48f8e5782
4 changed files with 19 additions and 19 deletions

View File

@@ -358,7 +358,7 @@ func TestEndpointMatching(t *testing.T) {
// Lists
ep, err = parseEndpoint("+ L:A,B,C")
_, err = parseEndpoint("+ L:A,B,C")
if err != nil {
t.Fatal(err)
}