add serf check to TestAPI_ACLToken_List
This commit is contained in:
parent
23417780dc
commit
e9919a5d00
|
@ -498,6 +498,7 @@ func TestAPI_ACLToken_List(t *testing.T) {
|
||||||
defer s.Stop()
|
defer s.Stop()
|
||||||
|
|
||||||
acl := c.ACL()
|
acl := c.ACL()
|
||||||
|
s.WaitForSerfCheck(t)
|
||||||
|
|
||||||
policies := prepTokenPolicies(t, acl)
|
policies := prepTokenPolicies(t, acl)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue