Add the recipient address in the "to" field for precompiled letters.

This commit is contained in:
Rebecca Law
2020-01-01 17:18:52 +00:00
parent 49eacced5a
commit 5ebd9a473c
2 changed files with 10 additions and 7 deletions

View File

@@ -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": [],