[Chore] Remove health check that is not used (#61283)

This commit is contained in:
ying-jeanne
2023-01-11 22:07:28 +08:00
committed by GitHub
parent 19ca93d5ce
commit 6c6a970f56
4 changed files with 0 additions and 44 deletions
@@ -116,10 +116,6 @@ func (m *SQLStoreMock) Quote(value string) string {
return ""
}
func (m *SQLStoreMock) GetDBHealthQuery(ctx context.Context, query *models.GetDBHealthQuery) error {
return m.ExpectedError
}
func (m *SQLStoreMock) GetSqlxSession() *session.SessionDB {
return nil
}