mirror of https://github.com/hashicorp/consul
commit
81194972a0
|
@ -31,7 +31,7 @@ func TestStaticACL(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
manage := ManageAll()
|
manage := ManageAll()
|
||||||
if _, ok := none.(*StaticACL); !ok {
|
if _, ok := manage.(*StaticACL); !ok {
|
||||||
t.Fatalf("expected static")
|
t.Fatalf("expected static")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue