From 0fe927aad546e7e1c0a992b8f2c1c032c2d54b30 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 15 Sep 2025 10:46:13 -0700 Subject: [PATCH] debug --- tests/app/organization/test_rest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/app/organization/test_rest.py b/tests/app/organization/test_rest.py index e29d714eb..65bfc4519 100644 --- a/tests/app/organization/test_rest.py +++ b/tests/app/organization/test_rest.py @@ -3,7 +3,7 @@ from unittest.mock import Mock import pytest from freezegun import freeze_time -from hypothesis import given +from hypothesis import given, settings from hypothesis import strategies as st from sqlalchemy import select from sqlalchemy.exc import SQLAlchemyError @@ -238,6 +238,7 @@ def test_post_create_organization_works(admin_request, sample_organization): @pytest.mark.usefixtures( "admin_request", ) +@settings(max_examples=10) def test_fuzz_create_org_with_edge_cases( admin_request, ):