mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
fix migration
This commit is contained in:
@@ -200,7 +200,7 @@ def test_create_user_missing_attribute_password(admin_request, notify_db_session
|
|||||||
"email_address": "user@digital.fake.gov",
|
"email_address": "user@digital.fake.gov",
|
||||||
"mobile_number": "+12028675309",
|
"mobile_number": "+12028675309",
|
||||||
"logged_in_at": None,
|
"logged_in_at": None,
|
||||||
"state": cast(UserState.ACTIVE.value, enum_type),
|
"state": "ACTIVE",
|
||||||
"failed_login_count": 0,
|
"failed_login_count": 0,
|
||||||
"permissions": {},
|
"permissions": {},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user