mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Deal with duplicate reply-to email addresses
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user