mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-05 16:48:31 -04:00
another test
This commit is contained in:
@@ -281,7 +281,7 @@ def test_post_create_organization_with_missing_data_gives_validation_error(
|
|||||||
@given(
|
@given(
|
||||||
fuzzed_name=st.one_of(st.none(), st.text(min_size=1, max_size=2000)),
|
fuzzed_name=st.one_of(st.none(), st.text(min_size=1, max_size=2000)),
|
||||||
fuzzed_active=st.one_of(st.none(), st.booleans()),
|
fuzzed_active=st.one_of(st.none(), st.booleans()),
|
||||||
fuzzed_organization_type=st.one_of(st.none(), st.sampled_from(list(OrganizationType))),
|
fuzzed_organization_type=st.one_of(st.none(), st.text(min_size=1, max_size=2000)),
|
||||||
)
|
)
|
||||||
def test_fuzz_post_create_organization_with_missing_data_gives_validation_error(
|
def test_fuzz_post_create_organization_with_missing_data_gives_validation_error(
|
||||||
admin_request, fuzzed_name, fuzzed_active, fuzzed_organization_type
|
admin_request, fuzzed_name, fuzzed_active, fuzzed_organization_type
|
||||||
|
|||||||
Reference in New Issue
Block a user