mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
updates to correct test failures
This commit is contained in:
@@ -597,7 +597,7 @@ def _get_content_count_error_and_message_for_template(template):
|
||||
if template.placeholders:
|
||||
return False, (
|
||||
f'Will be charged as {message_count(template.fragment_count, template.template_type)} '
|
||||
f'(not including personalisation)'
|
||||
f'(not including personalization)'
|
||||
)
|
||||
return False, (
|
||||
f'Will be charged as {message_count(template.fragment_count, template.template_type)} '
|
||||
|
||||
Reference in New Issue
Block a user