Update tests to not use letter contact block from services table

A few test updates were needed after rebasing onto master.
This commit is contained in:
Katie Smith
2017-10-03 13:35:09 +01:00
parent cb37ba5f78
commit dede336b3b
2 changed files with 6 additions and 4 deletions

View File

@@ -541,7 +541,7 @@ class Template(db.Model):
return LetterDVLATemplate(
{'content': self.content, 'subject': self.subject},
notification_reference=1,
contact_block=self.service.letter_contact_block,
contact_block=self.service.get_default_letter_contact(),
)
def serialize(self):