mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 16:19:50 -04:00
debug
This commit is contained in:
@@ -244,7 +244,7 @@ def test_fuzz_create_org_with_edge_cases(
|
|||||||
|
|
||||||
@settings(max_examples=10)
|
@settings(max_examples=10)
|
||||||
@given(
|
@given(
|
||||||
name=st.one_of(st.just(""), 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.one_of(
|
||||||
# st.none(),
|
# st.none(),
|
||||||
|
|||||||
Reference in New Issue
Block a user