fixed testing and removed recipient

This commit is contained in:
Beverly Nguyen
2024-02-13 16:18:50 -08:00
parent 01eac988f1
commit 843e4bb2fa
2 changed files with 1 additions and 8 deletions

View File

@@ -502,7 +502,7 @@ def _check_messages(service_id, template_id, upload_id, preview_row):
template = get_template(
db_template,
current_service,
show_recipient=True,
show_recipient=False,
email_reply_to=email_reply_to,
sms_sender=sms_sender,
)