Even more cleanup.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-21 14:14:45 -05:00
parent e9f9a3c6f1
commit 7083db9351
15 changed files with 93 additions and 34 deletions

View File

@@ -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"]