diff --git a/tests/test_admin_pages.py b/tests/test_admin_pages.py index 9945dc2ac..53e259473 100644 --- a/tests/test_admin_pages.py +++ b/tests/test_admin_pages.py @@ -4632,7 +4632,7 @@ def test_settings_filetypes(pub): resp = resp.forms[0].submit('submit') assert resp.location == 'http://example.net/backoffice/settings/filetypes/' resp = resp.follow() - assert 'application/msword (.do' in resp.text + assert 'application/msword (.' in resp.text assert 'application/pdf' in pub.cfg['filetypes'][1]['mimetypes'] resp.forms[0]['label'] = 'HTML files'