Remove \t

This commit is contained in:
Rebecca Law
2017-11-29 14:30:02 +00:00
parent 0d86738696
commit 39950c47bc
3 changed files with 19 additions and 2 deletions

View File

@@ -827,7 +827,7 @@ def test_send_email_to_provider_should_format_reply_to_email_address(
reply_to = create_reply_to_email_for_notification(
db_notification.id,
sample_service,
"test@test.com\t"
"test@test.com"
)
send_to_providers.send_email_to_provider(