add serf check to TestAPI_CoordinateUpdate

pull/5376/head
Alvin Huang 2019-02-22 13:32:30 -05:00
parent a2eb3c204d
commit 7b4fb32545
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,