mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 00:18:25 -04:00
fix migrations
This commit is contained in:
@@ -110,7 +110,7 @@ def test_post_user(admin_request, notify_db_session):
|
|||||||
"password": "password",
|
"password": "password",
|
||||||
"mobile_number": "+12028675309",
|
"mobile_number": "+12028675309",
|
||||||
"logged_in_at": None,
|
"logged_in_at": None,
|
||||||
"state": "active",
|
"state": "ACTIVE",
|
||||||
"failed_login_count": 0,
|
"failed_login_count": 0,
|
||||||
"permissions": {},
|
"permissions": {},
|
||||||
"auth_type": AuthType.EMAIL,
|
"auth_type": AuthType.EMAIL,
|
||||||
@@ -167,7 +167,7 @@ def test_post_user_missing_attribute_email(admin_request, notify_db_session):
|
|||||||
"password": "password",
|
"password": "password",
|
||||||
"mobile_number": "+12028675309",
|
"mobile_number": "+12028675309",
|
||||||
"logged_in_at": None,
|
"logged_in_at": None,
|
||||||
"state": "active",
|
"state": "ACTIVE",
|
||||||
"failed_login_count": 0,
|
"failed_login_count": 0,
|
||||||
"permissions": {},
|
"permissions": {},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user