mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-18 05:30:48 -04:00
debug
This commit is contained in:
@@ -244,7 +244,7 @@ def test_fuzz_create_org_with_edge_cases(
|
||||
|
||||
@settings(max_examples=10)
|
||||
@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(),
|
||||
organization_type=st.one_of(
|
||||
# st.none(),
|
||||
|
||||
Reference in New Issue
Block a user