From a43f4f1db277767831e0317e91f00c7fdc56b377 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 15 Sep 2025 13:39:23 -0700 Subject: [PATCH] debug --- tests/app/organization/test_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/organization/test_rest.py b/tests/app/organization/test_rest.py index e2f5aabe3..8439dd6f8 100644 --- a/tests/app/organization/test_rest.py +++ b/tests/app/organization/test_rest.py @@ -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(),