From 33e5053555c9e6ac806131c37a682677acaf1d9e Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 15 Sep 2025 11:42:01 -0700 Subject: [PATCH] debug --- tests/app/organization/test_rest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/organization/test_rest.py b/tests/app/organization/test_rest.py index 4bbeab0af..f06cc18ce 100644 --- a/tests/app/organization/test_rest.py +++ b/tests/app/organization/test_rest.py @@ -283,7 +283,6 @@ 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