mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
First slice full sign in flow
This commit is contained in:
@@ -19,7 +19,8 @@ def test_sign_out_user(app_,
|
||||
mock_send_sms,
|
||||
mock_send_email,
|
||||
mock_get_service,
|
||||
mock_user_loader):
|
||||
mock_user_loader,
|
||||
mock_user_dao_get_by_email):
|
||||
with app_.test_request_context():
|
||||
email = 'valid@example.gov.uk'
|
||||
password = 'val1dPassw0rd!'
|
||||
|
||||
Reference in New Issue
Block a user