User Story
As a developer maintaining Pulse.AspNetCore, I want unit tests for the Audit Inspector.
Requirements
- Tests.Unit/AspNetCore/AuditInspectorEndpointsTests.cs:
- All three endpoints with mocked IAuditManagement.
- Filter parameter binding for all AuditFilter fields.
- 404 when record not found.
Acceptance Criteria
Dependencies
- Requires feat: Audit Inspector Minimal API endpoints (MapAuditInspector)
User Story
As a developer maintaining Pulse.AspNetCore, I want unit tests for the Audit Inspector.
Requirements
Acceptance Criteria
Dependencies