You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle missing session and unresolvable paths in test client
The test client assumed session middleware always ran and URL resolution
always succeeded. This breaks for middleware-handled responses (e.g.
healthcheck) that bypass session middleware and don't match URL routes.
0 commit comments