mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 01:03:41 -04:00
ugh
This commit is contained in:
@@ -244,7 +244,7 @@ def test_fuzz_create_org_with_edge_cases(
|
|||||||
|
|
||||||
@settings(max_examples=5)
|
@settings(max_examples=5)
|
||||||
@given(
|
@given(
|
||||||
name=str(uuid.uuid4()),
|
name=st.uuids().map(str),
|
||||||
active=st.booleans(),
|
active=st.booleans(),
|
||||||
organization_type=st.sampled_from(
|
organization_type=st.sampled_from(
|
||||||
[OrganizationType.FEDERAL, OrganizationType.STATE, OrganizationType.OTHER]
|
[OrganizationType.FEDERAL, OrganizationType.STATE, OrganizationType.OTHER]
|
||||||
|
|||||||
Reference in New Issue
Block a user