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
Make query matching explicit via mock_route params
Remove ParamMatcher introspection and pass query expectations explicitly through mock_route(params=...).
mock_route now maps params directly to respx params__eq route selection, while runtime matchers remain for dynamic request assertions like auth and request-id.
0 commit comments