Files
galaxy/test
Dannon Baker c1a89ff5e1 Fix mypy errors in the require_login redirect test
The mock app is deliberately partial, so typing it as Any keeps the stubbing readable
instead of casting each attribute, and the session stub gets a real cast.

My fault for not re-running mypy after turning this from an integration test into a unit
test -- CI runs `cd lib && mypy . ../test`, so it type checks test/ too.
2026-08-07 11:03:35 -04:00
..
2026-01-20 10:25:45 +00:00