From f3612b5d8dac0249fc09ec179a376fcd29215a9c Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 16 Sep 2025 09:10:13 -0700 Subject: [PATCH] another test --- 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 6c09766d6..e643625ec 100644 --- a/tests/app/organization/test_rest.py +++ b/tests/app/organization/test_rest.py @@ -295,7 +295,7 @@ def test_fuzz_post_create_organization_with_missing_data_gives_validation_error( "organization.create_organization", _data=data, _expected_status=400 ) - assert len(response["errors"]) == 1 + assert len(response["errors"]) > 0 assert response["errors"][0]["error"] == "ValidationError"