From 75cdd1c6798849999ae21b315f74151b701dc178 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 28 Aug 2025 14:34:43 -0700 Subject: [PATCH] fix migration --- tests/app/user/test_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {}, }