updates to correct test failures

This commit is contained in:
stvnrlly
2023-01-05 14:35:37 -05:00
parent fdf6aca612
commit b00fea05bc
11 changed files with 23 additions and 23 deletions

View File

@@ -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)} '