mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-24 11:59:57 -05:00
ugh
This commit is contained in:
@@ -246,7 +246,7 @@ def test_fuzz_create_org_with_edge_cases(
|
||||
@given(
|
||||
name=st.text(min_size=1, max_size=50),
|
||||
active=st.booleans(),
|
||||
organization_type=st.sampled_from(
|
||||
organization_type=st.one_of(
|
||||
OrganizationType.FEDERAL, OrganizationType.STATE, OrganizationType.OTHER
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user