mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-05 16:48:31 -04:00
hmmmm
This commit is contained in:
@@ -196,7 +196,7 @@ def test_create_user_missing_attribute_password(admin_request, notify_db_session
|
||||
"email_address": "user@digital.fake.gov",
|
||||
"mobile_number": "+12028675309",
|
||||
"logged_in_at": None,
|
||||
"state": "active",
|
||||
"state": UserState.ACTIVE,
|
||||
"failed_login_count": 0,
|
||||
"permissions": {},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user