mirror of https://github.com/status-im/consul.git
fix UnitTest in acl
This commit is contained in:
parent
e1231bce4d
commit
ffcd2b1fc8
|
@ -31,7 +31,7 @@ func TestStaticACL(t *testing.T) {
|
|||
}
|
||||
|
||||
manage := ManageAll()
|
||||
if _, ok := none.(*StaticACL); !ok {
|
||||
if _, ok := manage.(*StaticACL); !ok {
|
||||
t.Fatalf("expected static")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue