This commit is contained in:
Kenneth Kehl
2025-09-15 13:39:23 -07:00
parent 3ef875407d
commit a43f4f1db2

View File

@@ -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(),