mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-12 17:34:16 -04:00
Replace isn't with is not
This commit is contained in:
committed by
Chris Hill-Scott
parent
4b2990e735
commit
98aa956738
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user