mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-27 22:00:59 -05:00
Two tests retained the old syntax because of mocker conflict: when logging in as a user through client_request, it sets up a side_effect on user_api_client.get_user to the user you log in as. If you later want to set return_value for get_user to something else, problems start :d.