mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-12 06:12:28 -04:00
Fixed failing test given new character handling in utils update
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user