mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Removed a test that should have been removed during the last merge
This commit is contained in:
@@ -277,11 +277,6 @@ def test_service_get_default_contact_letter(sample_service):
|
||||
assert sample_service.get_default_letter_contact() == 'London,\nNW1A 1AA'
|
||||
|
||||
|
||||
# this test will need to be removed after letter_contact_block is dropped
|
||||
def test_service_get_default_letter_contact_block_from_service(sample_service):
|
||||
assert sample_service.get_default_letter_contact() == sample_service.letter_contact_block
|
||||
|
||||
|
||||
def test_service_get_default_sms_sender(notify_db_session):
|
||||
service = create_service(sms_sender='new_value')
|
||||
assert service.get_default_sms_sender() == 'new_value'
|
||||
|
||||
Reference in New Issue
Block a user