Browse Source

Update test/integration/consul-container/libs/assert/service.go

pull/18011/head
DanStough 1 year ago
parent
commit
127ae69c6d
No known key found for this signature in database
GPG Key ID: D994ED7D73D7809
  1. 2
      test/integration/consul-container/libs/assert/service.go

2
test/integration/consul-container/libs/assert/service.go

@ -66,7 +66,7 @@ func CatalogNodeExists(t *testing.T, c *api.Client, nodeName string) {
})
}
// CatalogServiceIsHealthy verifies the service name exists and has only passing instances
// CatalogServiceIsHealthy verifies the service name exists and all instances pass healthchecks
func CatalogServiceIsHealthy(t *testing.T, c *api.Client, svc string, opts *api.QueryOptions) {
CatalogServiceExists(t, c, svc, opts)

Loading…
Cancel
Save