mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 18:08:25 -04:00
fuzz
This commit is contained in:
@@ -37,9 +37,9 @@ def test_fuzz_send_email_notification(
|
|||||||
def inner(email_address, personalisation, reference):
|
def inner(email_address, personalisation, reference):
|
||||||
|
|
||||||
template_id = str(sample_template.id)
|
template_id = str(sample_template.id)
|
||||||
# auth_header = {
|
auth_header = {
|
||||||
# "Authorization": "ApiKey-v1 {}".format(sample_service.api_keys[0].secret)
|
"Authorization": "ApiKey-v1 {}".format(sample_service.api_keys[0].secret)
|
||||||
# }
|
}
|
||||||
payload = {
|
payload = {
|
||||||
"template_id": template_id,
|
"template_id": template_id,
|
||||||
"email_address": email_address,
|
"email_address": email_address,
|
||||||
|
|||||||
Reference in New Issue
Block a user