From 6974921abfbc93ace65c90da2c4cde1c6cc5349b Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 10 Sep 2025 15:01:09 -0700 Subject: [PATCH] fuzz settings --- tests/app/notifications/test_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/notifications/test_rest.py b/tests/app/notifications/test_rest.py index 4a294eef1..13b23b4ce 100644 --- a/tests/app/notifications/test_rest.py +++ b/tests/app/notifications/test_rest.py @@ -19,7 +19,6 @@ from tests.app.db import create_api_key, create_notification @pytest.mark.usefixtures( "client", "sample_service", "sample_template", "notify_db_session" ) -@settings(max_examples=5) def test_fuzz_send_email_notification( client, sample_service, @@ -27,6 +26,7 @@ def test_fuzz_send_email_notification( notify_db_session, sample_email_notification, ): + @settings(max_examples=5) @given( st.emails(), st.dictionaries(