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]