mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-01 06:40:02 -04:00
ensure template history serializes using template serialize fn
This commit is contained in:
@@ -217,4 +217,4 @@ def test_email_notification_serializes_with_subject(client, sample_email_templat
|
||||
|
||||
def test_letter_notification_serializes_with_subject(client, sample_letter_template):
|
||||
res = sample_letter_template.serialize()
|
||||
assert res['subject'] == 'Template Subject'
|
||||
assert res['subject'] == 'Template subject'
|
||||
|
||||
Reference in New Issue
Block a user