mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-25 00:33:41 -04:00
fix test
This commit is contained in:
@@ -237,7 +237,7 @@ def test_post_create_organization_works(admin_request, sample_organization):
|
|||||||
|
|
||||||
@given(
|
@given(
|
||||||
name=st.one_of(st.none(), st.just(""), st.text(min_size=1, max_size=50)),
|
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(
|
organization_type=st.one_of(
|
||||||
st.none(),
|
st.none(),
|
||||||
st.sampled_from(list(OrganizationType)),
|
st.sampled_from(list(OrganizationType)),
|
||||||
|
|||||||
Reference in New Issue
Block a user