Files
zulip/zerver/lib
Dinesh acca870480 tests: Add a dummy request to self.client.login().
A later commit alters `authenticate` of EmailAuthBackend to
add a store `needs_to_change_password` variable to session
which is useful to insist users on changing their weak password.

The tests start failing with that change because client.login()
runs `authenticate` without a `request` object. So, this commit
sends a request object with `request.session=self.client.session`
to self.client.login() in tests wherever needed.
2020-09-25 16:24:18 -07:00
..
2020-09-02 11:15:41 -07:00
2020-09-02 11:15:41 -07:00
2020-09-02 11:15:41 -07:00
2020-08-11 10:55:12 -07:00
2020-08-11 10:55:12 -07:00
2020-06-30 18:58:23 -07:00
2020-09-02 11:15:41 -07:00
2020-09-02 11:15:41 -07:00