add serf check to TestAPI_CoordinateUpdate
This commit is contained in:
parent
6f27454ea0
commit
c45a193e3d
|
@ -71,6 +71,7 @@ func TestAPI_CoordinateUpdate(t *testing.T) {
|
|||
c, s := makeClient(t)
|
||||
defer s.Stop()
|
||||
|
||||
s.WaitForSerfCheck(t)
|
||||
node := "foo"
|
||||
_, err := c.Catalog().Register(&CatalogRegistration{
|
||||
Node: node,
|
||||
|
|
Loading…
Reference in New Issue