Deal with duplicate reply-to email addresses

This commit is contained in:
Pea Tyczynska
2019-05-15 15:21:56 +01:00
parent 8f3b560a4e
commit ea314ad75f
3 changed files with 20 additions and 9 deletions

View File

@@ -2024,7 +2024,7 @@ def test_add_reply_to_email_address_sends_test_notification(
service_id=SERVICE_ONE_ID,
notification_id="123",
_external=True,
) + "?is_default={}".format(api_default_args)
) + "?is_default={}".format(SERVICE_ONE_ID, api_default_args)
)
mock_verify.assert_called_once_with("test@example.com")