Revert "Remove nulls from sms_sender"

This commit is contained in:
Leo Hemsted
2017-05-31 14:52:48 +01:00
committed by GitHub
parent 6c5affbebc
commit ea0ba8d87a
4 changed files with 66 additions and 70 deletions

View File

@@ -627,6 +627,7 @@ def test_should_set_international_phone_number_to_sent_status(
# if 40604 is actually in DB then treat that as if entered manually
('40604', '40604', 'bar'),
# 'testing' is the FROM_NUMBER during unit tests
(None, 'testing', 'Sample service: bar'),
('testing', 'testing', 'Sample service: bar'),
])
def test_should_handle_sms_sender_and_prefix_message(