diff --git a/app/delivery/send_to_providers.py b/app/delivery/send_to_providers.py index d9a9a9a12..0e1c89243 100644 --- a/app/delivery/send_to_providers.py +++ b/app/delivery/send_to_providers.py @@ -218,8 +218,6 @@ def send_email_to_provider(notification): html_email = html_email.replace("(", "") html_email = html_email.replace(")", "") - - if notification.key_type == KeyType.TEST: notification.reference = str(create_uuid()) update_notification_to_sending(notification, provider)