fuzz settings

This commit is contained in:
Kenneth Kehl
2025-09-10 15:01:09 -07:00
parent 7e4114e2ab
commit 6974921abf

View File

@@ -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(