From 64c26df7cd8447cc5cf332647740c68b9bf7cfb8 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 15 Sep 2025 12:42:39 -0700 Subject: [PATCH] debug --- tests/app/organization/test_rest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/organization/test_rest.py b/tests/app/organization/test_rest.py index 08db6006e..584854cbc 100644 --- a/tests/app/organization/test_rest.py +++ b/tests/app/organization/test_rest.py @@ -293,9 +293,9 @@ def test_fuzz_create_org_with_edge_cases( assert len(_get_organizations()) == initial_count except AssertionError: if is_valid: - pytest.fail(f"Expected success but got error. Data: {data}") + pytest.fail(f"Expected success but got error. Data: {data} {response}") except Exception as e: - pytest.fail(f"Unexpected error durring fuzz test: {e} {data}") + pytest.fail(f"Unexpected error durring fuzz test: {e} {data} {response}") inner()