mirror of https://github.com/status-im/consul.git
acl: fix spelling in tests
This commit is contained in:
parent
1e5a2a8960
commit
90f5eb8f69
|
@ -79,10 +79,10 @@ func TestStaticACL(t *testing.T) {
|
|||
t.Fatalf("should not allow")
|
||||
}
|
||||
if none.ACLList() {
|
||||
t.Fatalf("should not noneow")
|
||||
t.Fatalf("should not allow")
|
||||
}
|
||||
if none.ACLModify() {
|
||||
t.Fatalf("should not noneow")
|
||||
t.Fatalf("should not allow")
|
||||
}
|
||||
|
||||
if !manage.KeyRead("foobar") {
|
||||
|
|
Loading…
Reference in New Issue