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",