From 98aa956738269e708e9c91133d010bad027a99a3 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 13 Sep 2019 12:02:51 +0100 Subject: [PATCH] Replace isn't with is not --- tests/app/main/views/test_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_notifications.py b/tests/app/main/views/test_notifications.py index 6bc542ac6..48c0239ac 100644 --- a/tests/app/main/views/test_notifications.py +++ b/tests/app/main/views/test_notifications.py @@ -578,7 +578,7 @@ def test_notifification_page_shows_error_message_if_precompiled_letter_cannot_be ) error_message = page.find('p', class_='notification-status-cancelled').text - assert normalize_spaces(error_message) == "Validation failed – this isn’t a PDF file that Notify can read" + assert normalize_spaces(error_message) == "Validation failed – this is not a PDF file that Notify can read" def test_should_404_for_unknown_extension(