add serf check to TestAPI_CoordinateUpdate

This commit is contained in:
Alvin Huang 2019-02-22 13:32:30 -05:00
parent 6f27454ea0
commit c45a193e3d
1 changed files with 1 additions and 0 deletions

View File

@ -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,