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

pull/18011/head
DanStough 2023-07-05 10:53:53 -04:00
parent 7ea3d622d7
commit 127ae69c6d
No known key found for this signature in database
GPG Key ID: 0D994ED7D73D7809
1 changed files with 1 additions and 1 deletions

View File

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