From a250ddadb9b366cf7aadf82ae97bf2fc4e837a87 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 5 Feb 2022 08:56:42 +0100 Subject: [enh] simple: basic ARIA fixes --- tests/unit/test_webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py index 872b8d014..c29fed0d4 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -194,7 +194,7 @@ class ViewsTestCase(SearxTestCase): self.assertIn( b'', result.data ) - self.assertIn(b'Interface language', result.data) + self.assertIn(b'Interface language', result.data) def test_browser_locale(self): result = self.app.get('/preferences', headers={'Accept-Language': 'zh-tw;q=0.8'}) -- cgit v1.2.3