mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
Working code and tests.
This commit is contained in:
@@ -12,7 +12,7 @@ def test_create_user(notify_api, notify_db, notify_db_session):
|
||||
'name': 'Test User',
|
||||
'email_address': email,
|
||||
'password': 'password',
|
||||
'mobile_number': '+44 7700 900986'
|
||||
'mobile_number': '+447700900986'
|
||||
}
|
||||
user = User(**data)
|
||||
save_model_user(user)
|
||||
|
||||
Reference in New Issue
Block a user