From a66121b704df8b9170b8f7518bb94375a7023b7f Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 10 Sep 2025 12:13:06 -0700 Subject: [PATCH] fuzz --- tests/app/notifications/test_rest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/app/notifications/test_rest.py b/tests/app/notifications/test_rest.py index 9fa0d6f3b..c90c6e36c 100644 --- a/tests/app/notifications/test_rest.py +++ b/tests/app/notifications/test_rest.py @@ -37,9 +37,9 @@ def test_fuzz_send_email_notification( def inner(email_address, personalisation, reference): template_id = str(sample_template.id) - # auth_header = { - # "Authorization": "ApiKey-v1 {}".format(sample_service.api_keys[0].secret) - # } + auth_header = { + "Authorization": "ApiKey-v1 {}".format(sample_service.api_keys[0].secret) + } payload = { "template_id": template_id, "email_address": email_address,