From 188a24a9480a70ff7441b23c25b2487589395814 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 15 Sep 2025 10:28:05 -0700 Subject: [PATCH] debug --- tests/app/organization/test_rest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/organization/test_rest.py b/tests/app/organization/test_rest.py index e1958e452..e29d714eb 100644 --- a/tests/app/organization/test_rest.py +++ b/tests/app/organization/test_rest.py @@ -278,6 +278,7 @@ def test_fuzz_create_org_with_edge_cases( _data=data, _expected_status=expected_status, ) + assert response == "FOO" if ( name and organization_type is not None