Because life is difficult today...

Need to alter the column to nullable and remove reference to the column in any code. Next PR will drop column
This commit is contained in:
Rebecca Law
2018-01-05 15:55:02 +00:00
parent 89116d683b
commit 5be5e17e46
2 changed files with 0 additions and 5 deletions

View File

@@ -625,7 +625,6 @@ def test_get_template_reply_to(client, sample_letter_template):
assert 'service_letter_contact_id' not in json_resp['data']
assert json_resp['data']['reply_to'] == str(letter_contact.id)
assert json_resp['data']['reply_to_text'] == letter_contact.contact_block
assert not json_resp['data']['is_letter_contact_blank']
def test_update_template_reply_to(client, sample_letter_template):