mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 16:23:44 -04:00
fix test
This commit is contained in:
@@ -239,7 +239,7 @@ def test_post_create_organization_works(admin_request, sample_organization):
|
|||||||
"admin_request",
|
"admin_request",
|
||||||
)
|
)
|
||||||
def test_fuzz_create_org_with_edge_cases(
|
def test_fuzz_create_org_with_edge_cases(
|
||||||
admin_request, name, active, organization_type
|
admin_request,
|
||||||
):
|
):
|
||||||
@given(
|
@given(
|
||||||
name=st.one_of(st.none(), st.just(""), st.text(min_size=1, max_size=50)),
|
name=st.one_of(st.none(), st.just(""), st.text(min_size=1, max_size=50)),
|
||||||
|
|||||||
Reference in New Issue
Block a user