NOISSUE - Fix mockery (#205)

Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
This commit is contained in:
Steve Munene
2025-06-16 16:45:04 +03:00
committed by GitHub
parent 9a62ee6068
commit 5566c0970d
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ func MakeHandler(svc reports.Service, authn mgauthn.Authentication, mux *chi.Mux
})
})
mux.Get("/health", supermq.Health("rule_engine", instanceID))
mux.Get("/health", supermq.Health("reports", instanceID))
mux.Handle("/metrics", promhttp.Handler())
return mux
-2
View File
@@ -20,8 +20,6 @@ packages:
interfaces:
Repository:
Service:
Ticker:
Emailer:
github.com/absmach/magistrala/bootstrap:
interfaces:
ConfigRepository: