This commit is contained in:
Kenneth Kehl
2025-09-15 15:25:46 -07:00
parent b1507b904d
commit 19214609a4

View File

@@ -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]