diff --git a/tests/app/user/test_rest.py b/tests/app/user/test_rest.py index 72ea11983..45d24bcb7 100644 --- a/tests/app/user/test_rest.py +++ b/tests/app/user/test_rest.py @@ -200,7 +200,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": cast(UserState.ACTIVE.value, enum_type), + "state": "ACTIVE", "failed_login_count": 0, "permissions": {}, }