From 56b3cd9fd59f7b6aed792e6678211b3d4ee0bf72 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 13 Dec 2023 12:04:56 -0500 Subject: [PATCH] Fixed failing test given new character handling in utils update Signed-off-by: Carlo Costino --- tests/app/main/views/test_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py index fd202f47d..4fddce76d 100644 --- a/tests/app/main/views/test_templates.py +++ b/tests/app/main/views/test_templates.py @@ -632,7 +632,7 @@ def test_should_show_sms_template_with_downgraded_unicode_characters( fake_uuid, ): msg = "here:\tare some “fancy quotes” and zero\u200Bwidth\u200Bspaces" - rendered_msg = 'here: are some "fancy quotes" and zerowidthspaces' + rendered_msg = 'here: are some “fancy quotes” and zerowidthspaces' mocker.patch( "app.service_api_client.get_service_template",