Remove the letter_contact_block from the Service model

This commit is contained in:
Imdad Ahad
2017-09-26 15:08:08 +01:00
committed by Katie Smith
parent d21d9cabd1
commit 4eebd9a83c
2 changed files with 2 additions and 9 deletions

View File

@@ -274,8 +274,3 @@ def test_service_get_default_contact_letter(sample_service):
create_letter_contact(service=sample_service, contact_block='London,\nNW1A 1AA')
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