()
| 43 | } |
| 44 | |
| 45 | func (s *HealthSuite) TestDatabaseFailure() { |
| 46 | s.db.Close() |
| 47 | s.a.Health(s.ctx) |
| 48 | test.BodyEquals(s.T(), model.Health{Health: model.StatusOrange, Database: model.StatusRed}, s.recorder) |
| 49 | } |
nothing calls this directly
no test coverage detected