feat(kpi): K15 — Audit Log trend charts
This commit is contained in:
@@ -71,6 +71,9 @@ public class AuditLogPagePermissionTests : BunitContext
|
||||
// a permitted render is exercised end-to-end.
|
||||
Services.AddSingleton(Substitute.For<ISiteRepository>());
|
||||
Services.AddSingleton(Substitute.For<IAuditLogQueryService>());
|
||||
// M6 (K15): the page now injects IKpiHistoryQueryService for the Trends
|
||||
// panel — register a stand-in so a permitted render is exercised end-to-end.
|
||||
Services.AddSingleton(Substitute.For<IKpiHistoryQueryService>());
|
||||
}
|
||||
|
||||
private IRenderedComponent<AuditLogPage> RenderAuditLogPage(params string[] roles)
|
||||
|
||||
Reference in New Issue
Block a user