From a10bca6e4a5ef36b0083658cdd6e1ae7d2cf009b Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 15 Sep 2025 13:14:01 -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 584854cbc..5fd20a656 100644 --- a/tests/app/organization/test_rest.py +++ b/tests/app/organization/test_rest.py @@ -279,6 +279,7 @@ def test_fuzz_create_org_with_edge_cases( and isinstance(organization_type, OrganizationType) } expected_status = 201 if is_valid else 400 + response = None try: response = admin_request.post( "organization.create_organization",