mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
All tests passing and merged with master.
This commit is contained in:
@@ -13,12 +13,10 @@ def test_render_sign_out_redirects_to_sign_in(app_):
|
||||
|
||||
|
||||
def test_sign_out_user(app_,
|
||||
mock_send_sms,
|
||||
mock_send_email,
|
||||
mock_get_service,
|
||||
api_user_active,
|
||||
mock_user_loader,
|
||||
mock_user_dao_get_by_email,
|
||||
mock_get_user,
|
||||
mock_get_user_by_email,
|
||||
mock_login):
|
||||
with app_.test_request_context():
|
||||
email = 'valid@example.gov.uk'
|
||||
|
||||
Reference in New Issue
Block a user