Add HealthCheckSuite to list of integration tests.
This commit is contained in:
parent
71a2c8bdcd
commit
5d43b9e16a
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ func init() {
|
|||
check.Suite(&AccessLogSuite{})
|
||||
check.Suite(&HTTPSSuite{})
|
||||
check.Suite(&FileSuite{})
|
||||
check.Suite(&HealthCheckSuite{})
|
||||
check.Suite(&DockerSuite{})
|
||||
check.Suite(&ConsulSuite{})
|
||||
check.Suite(&ConsulCatalogSuite{})
|
||||
|
|
Loading…
Reference in a new issue