mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-29 10:28:41 -04:00
fuzz
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user