Fixed failing test given new character handling in utils update

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-12-13 12:04:56 -05:00
parent 0947c5d336
commit 56b3cd9fd5

View File

@@ -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",