This commit is contained in:
Kenneth Kehl
2025-03-31 08:45:33 -07:00
parent 5741c572f0
commit 7cd8be22f6
13 changed files with 322 additions and 313 deletions

View File

@@ -635,7 +635,7 @@ def test_should_show_sms_template_with_downgraded_unicode_characters(
mock_get_template_folders,
fake_uuid,
):
msg = "here:\tare some “fancy quotes” and zero\u200Bwidth\u200Bspaces"
msg = "here:\tare some “fancy quotes” and zero\u200bwidth\u200bspaces"
rendered_msg = "here: are some “fancy quotes” and zerowidthspaces"
mocker.patch(
@@ -1846,7 +1846,7 @@ def test_should_create_sms_template_without_downgrading_unicode_characters(
):
service_one["permissions"] += [template_type]
msg = "here:\tare some “fancy quotes” and non\u200Bbreaking\u200Bspaces"
msg = "here:\tare some “fancy quotes” and non\u200bbreaking\u200bspaces"
client_request.post(
".add_service_template",