From 5faedc7c30b57f0e4a6d4c21a25de756c17c75de Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 15 Sep 2025 11:08:57 -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 901fba926..c7eecfa33 100644 --- a/tests/app/organization/test_rest.py +++ b/tests/app/organization/test_rest.py @@ -238,7 +238,6 @@ def test_post_create_organization_works(admin_request, sample_organization): @pytest.mark.usefixtures( "admin_request", ) - def test_fuzz_create_org_with_edge_cases( admin_request, ):