mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Fix test
This commit is contained in:
@@ -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
|
error_message = page.find('p', class_='notification-status-cancelled').text
|
||||||
assert normalize_spaces(error_message) == "Validation failed – this is not a PDF file that Notify can read"
|
assert normalize_spaces(error_message) == "Validation failed – Notify cannot read this PDF file"
|
||||||
|
|
||||||
|
|
||||||
def test_should_404_for_unknown_extension(
|
def test_should_404_for_unknown_extension(
|
||||||
|
|||||||
Reference in New Issue
Block a user