mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
Add the recipient address in the "to" field for precompiled letters.
This commit is contained in:
@@ -440,6 +440,7 @@ def test_process_letter_task_check_virus_scan_passed(
|
||||
endpoint,
|
||||
json={
|
||||
"file": base64.b64encode(b"new_pdf").decode("utf-8"),
|
||||
"recipient_address": "Bugs Bunny",
|
||||
"validation_passed": True,
|
||||
"message": "",
|
||||
"invalid_pages": [],
|
||||
|
||||
Reference in New Issue
Block a user