From 19214609a4dd5e8992e23c735e6702192b3e68c9 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 15 Sep 2025 15:25:46 -0700 Subject: [PATCH] ugh --- tests/app/organization/test_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/organization/test_rest.py b/tests/app/organization/test_rest.py index a7cb6c857..e158aee08 100644 --- a/tests/app/organization/test_rest.py +++ b/tests/app/organization/test_rest.py @@ -244,7 +244,7 @@ def test_fuzz_create_org_with_edge_cases( @settings(max_examples=5) @given( - name=str(uuid.uuid4()), + name=st.uuids().map(str), active=st.booleans(), organization_type=st.sampled_from( [OrganizationType.FEDERAL, OrganizationType.STATE, OrganizationType.OTHER]