mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user