mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
Regenerated poetry lock
This commit is contained in:
Generated
+49
-353
File diff suppressed because it is too large
Load Diff
@@ -55,6 +55,7 @@ def test_get_public_notify_type_text():
|
|||||||
get_public_notify_type_text(ServicePermissionType.UPLOAD_DOCUMENT) == "document"
|
get_public_notify_type_text(ServicePermissionType.UPLOAD_DOCUMENT) == "document"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"template_type, expected_class",
|
"template_type, expected_class",
|
||||||
[
|
[
|
||||||
@@ -128,7 +129,9 @@ def test_get_template_instance_comprehensive(template_type, values):
|
|||||||
template = {
|
template = {
|
||||||
"template_type": template_type,
|
"template_type": template_type,
|
||||||
"id": "test-id",
|
"id": "test-id",
|
||||||
"content": "Test content ((name))" if values and "name" in values else "Test content",
|
"content": (
|
||||||
|
"Test content ((name))" if values and "name" in values else "Test content"
|
||||||
|
),
|
||||||
"subject": "Test subject" if template_type == TemplateType.EMAIL else None,
|
"subject": "Test subject" if template_type == TemplateType.EMAIL else None,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user