Don’t prefix text messages is sender name is set

Implements:
- [x] https://github.com/alphagov/notifications-utils/pull/66
This commit is contained in:
Chris Hill-Scott
2016-08-23 13:33:17 +01:00
parent 270451e7ba
commit f7391da350
3 changed files with 3 additions and 3 deletions

View File

@@ -357,7 +357,7 @@ def test_should_send_sms_sender_from_service_if_present(
mmg_client.send_sms.assert_called_once_with(
to=format_phone_number(validate_phone_number("+447234123123")),
content="Sample service: This is a template:\nwith a newline",
content="This is a template:\nwith a newline",
reference=str(db_notification.id),
sender=sample_service.sms_sender
)