mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 12:50:11 -05:00
dffcf04b24
- test_client_portal_dashboard_requires_access: expect 302 redirect to client portal login instead of 403. The client portal 403 handler redirects authenticated non-portal users to login by design. - Run routes unit group with -n 0 in CI to avoid SQLite 'database is locked' errors from audit logging under pytest-xdist parallel workers; fixes client_portal and admin client-portal test failures.