mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 17:23:50 -04:00
ugh
This commit is contained in:
@@ -246,8 +246,8 @@ def test_fuzz_create_org_with_edge_cases(
|
|||||||
@given(
|
@given(
|
||||||
name=st.text(min_size=1, max_size=50),
|
name=st.text(min_size=1, max_size=50),
|
||||||
active=st.booleans(),
|
active=st.booleans(),
|
||||||
organization_type=st.one_of(
|
organization_type=st.sampled_from(
|
||||||
OrganizationType.FEDERAL, OrganizationType.STATE, OrganizationType.OTHER
|
[OrganizationType.FEDERAL, OrganizationType.STATE, OrganizationType.OTHER]
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
def inner(name, active, organization_type):
|
def inner(name, active, organization_type):
|
||||||
|
|||||||
Reference in New Issue
Block a user