This commit is contained in:
Kenneth Kehl
2025-09-15 07:39:04 -07:00
parent c7523bfa75
commit 94bd48d557

View File

@@ -237,7 +237,7 @@ def test_post_create_organization_works(admin_request, sample_organization):
@given(
name=st.one_of(st.none(), st.just(""), st.text(min_size=1, max_size=50)),
active=st.one_of(st.none(), st.boolean()),
active=st.one_of(st.none(), st.booleans()),
organization_type=st.one_of(
st.none(),
st.sampled_from(list(OrganizationType)),