fix(tests): AppState drift in routes_reports - add bunyip_sso None (LC-22) #348
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
psa-systems/lets-chat!348
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/lc-22-routes-reports-appstate-drift"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LC-334 (message reporting) merged the same hour as the LC-22 cutover and
added
server/tests/routes_reports.rs, which constructsAppState { ... }by hand and is missing the new
bunyip_ssofield. CI's clippy on mainnow fails with E0063. Add the field.
CLAUDE.md §"AppState construction drift" applies here - this is the kind
of cross-merge collision the doc calls out.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com
LC-334 (message reporting) merged the same hour as the LC-22 cutover and added `server/tests/routes_reports.rs`, which constructs `AppState { ... }` by hand and is missing the new `bunyip_sso` field. CI's clippy on main now fails with E0063. Add the field. CLAUDE.md §"AppState construction drift" applies here - this is the kind of cross-merge collision the doc calls out. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>