mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Our convention is to always have authenticate() called with a request object. We need to be consistent with that in tests too, to avoid test failures resulting from breaking that assumption. We modify assert_login_failure to call client.login() in the same way as the other similar helpers - with a properly initialized HttpRequest instance.
62 KiB
62 KiB