mirror of
https://github.com/certctl-io/certctl.git
synced 2026-09-27 18:29:03 +02:00
Fix NewHealthHandler call in integration test for M7 signature change
Pass "none" auth type to match updated NewHealthHandler(authType string). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
e2160c15d0
commit
4b2e694abe
@@ -69,7 +69,7 @@ func TestCertificateLifecycle(t *testing.T) {
|
|||||||
ownerHandler := handler.NewOwnerHandler(&mockOwnerService{})
|
ownerHandler := handler.NewOwnerHandler(&mockOwnerService{})
|
||||||
auditHandler := handler.NewAuditHandler(auditService)
|
auditHandler := handler.NewAuditHandler(auditService)
|
||||||
notificationHandler := handler.NewNotificationHandler(notificationService)
|
notificationHandler := handler.NewNotificationHandler(notificationService)
|
||||||
healthHandler := handler.NewHealthHandler()
|
healthHandler := handler.NewHealthHandler("none")
|
||||||
|
|
||||||
// Create router and register handlers
|
// Create router and register handlers
|
||||||
r := router.New()
|
r := router.New()
|
||||||
|
|||||||
Reference in New Issue
Block a user