Skip to content

Commit

Permalink
Update test/integration/consul-container/libs/assert/service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed Jul 5, 2023
1 parent 7ea3d62 commit 127ae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/consul-container/libs/assert/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 127ae69

Please sign in to comment.