fix UnitTest in acl
This commit is contained in:
parent
d77aaa31a4
commit
25860a0718
|
@ -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