mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-06 00:59: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)
|
||||
@given(
|
||||
name=str(uuid.uuid4()),
|
||||
name=st.uuids().map(str),
|
||||
active=st.booleans(),
|
||||
organization_type=st.sampled_from(
|
||||
[OrganizationType.FEDERAL, OrganizationType.STATE, OrganizationType.OTHER]
|
||||
|
||||
Reference in New Issue
Block a user