mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Update tests for content changes.
This commit is contained in:
committed by
Chris Hill-Scott
parent
c3d806dd50
commit
18e3eb6b32
@@ -826,7 +826,7 @@ def test_letter_validation_preview_doesnt_call_template_preview_when_file_doesnt
|
||||
validate_letter.assert_not_called()
|
||||
|
||||
page = BeautifulSoup(response.data.decode('utf-8'), 'html.parser')
|
||||
assert page.find('div', class_='banner-dangerous').text.strip() == "Document didn't pass the virus scan"
|
||||
assert page.find('div', class_='banner-dangerous').text.strip() == "Document did not pass the virus scan"
|
||||
|
||||
|
||||
def test_clear_cache_shows_form(client_request, platform_admin_user, mocker):
|
||||
|
||||
Reference in New Issue
Block a user