Browse Source

add serf check to TestAPI_AgentServices_ManagedConnectProxyDeprecatedUpstreams

pull/5376/head
Alvin Huang 6 years ago
parent
commit
a5bd6d7c00
  1. 1
      api/agent_test.go

1
api/agent_test.go

@ -293,6 +293,7 @@ func TestAPI_AgentServices_ManagedConnectProxyDeprecatedUpstreams(t *testing.T)
defer s.Stop()
agent := c.Agent()
s.WaitForSerfCheck(t)
reg := &AgentServiceRegistration{
Name: "foo",

Loading…
Cancel
Save