mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
@@ -587,7 +587,7 @@ def test_should_get_a_single_template(
|
||||
assert response.status_code == 200
|
||||
assert data["content"] == content
|
||||
assert data["subject"] == subject
|
||||
assert data["process_type"] == "normal"
|
||||
assert data["process_type"] == TemplateProcessType.NORMAL
|
||||
assert not data["redact_personalisation"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user