mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
2767 passing
This commit is contained in:
@@ -18,7 +18,7 @@ def test_anonymous_user(notify_admin):
|
||||
def test_user(notify_admin):
|
||||
user_data = {'id': 1,
|
||||
'name': 'Test User',
|
||||
'email_address': 'test@user.gov.uk',
|
||||
'email_address': 'test@user.gsa.gov',
|
||||
'mobile_number': '+4412341234',
|
||||
'state': 'pending',
|
||||
'failed_login_count': 0,
|
||||
@@ -28,7 +28,7 @@ def test_user(notify_admin):
|
||||
|
||||
assert user.id == 1
|
||||
assert user.name == 'Test User'
|
||||
assert user.email_address == 'test@user.gov.uk'
|
||||
assert user.email_address == 'test@user.gsa.gov'
|
||||
assert user.mobile_number == '+4412341234'
|
||||
assert user.state == 'pending'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user