mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Fix bug where preview for templated letters would not show
This commit is contained in:
@@ -82,7 +82,8 @@ def test_get_letters_pdf_calls_notifications_template_preview_service_correctly(
|
||||
'filename': filename,
|
||||
'template': {
|
||||
'subject': sample_letter_template.subject,
|
||||
'content': sample_letter_template.content
|
||||
'content': sample_letter_template.content,
|
||||
'template_type': sample_letter_template.template_type
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user