From 6a5b033700fa7b7299f93a881edfd330ff59428c Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 30 Jul 2024 14:35:30 -0400 Subject: [PATCH] Needed to wrap this line --- tests/app/main/views/test_jobs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/app/main/views/test_jobs.py b/tests/app/main/views/test_jobs.py index 8a9ef5b58..dd55d7500 100644 --- a/tests/app/main/views/test_jobs.py +++ b/tests/app/main/views/test_jobs.py @@ -493,5 +493,6 @@ def test_should_show_message_note( ) assert normalize_spaces(page.select_one("main p.notification-status").text) == ( - 'Messages are sent immediately to the cell phone carrier, but will remain in "pending" status until we hear back from the carrier they have received it and attempted deliver. More information on delivery status.' + 'Messages are sent immediately to the cell phone carrier, but will remain in "pending" status until we hear ' + 'back from the carrier they have received it and attempted deliver. More information on delivery status.' )