diff --git a/test/unit/modules/health/health.service.spec.ts b/test/unit/modules/health/health.service.spec.ts index 7ad8fc6..f766a12 100644 --- a/test/unit/modules/health/health.service.spec.ts +++ b/test/unit/modules/health/health.service.spec.ts @@ -67,6 +67,7 @@ describe('HealthService', () => { status: 'ok', database: 'connected', message: 'Supabase reachable', + timestamp: new Date().toISOString(), }); jest.spyOn(service, 'checkHorizon').mockResolvedValue({ status: 'ok' }); jest.spyOn(service, 'checkIndexerLag').mockResolvedValue({ status: 'ok' });