diff --git a/internal/integration/lifecycle_test.go b/internal/integration/lifecycle_test.go index 104c3bb..17d9105 100644 --- a/internal/integration/lifecycle_test.go +++ b/internal/integration/lifecycle_test.go @@ -69,7 +69,7 @@ func TestCertificateLifecycle(t *testing.T) { ownerHandler := handler.NewOwnerHandler(&mockOwnerService{}) auditHandler := handler.NewAuditHandler(auditService) notificationHandler := handler.NewNotificationHandler(notificationService) - healthHandler := handler.NewHealthHandler() + healthHandler := handler.NewHealthHandler("none") // Create router and register handlers r := router.New()