diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/test_webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py index 9f10df908..1c8f8a403 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -201,7 +201,7 @@ class ViewsTestCase(SearxTestCase): self.assertIn( b'<input type="checkbox" id="checkbox_general" name="category_general" checked="checked"/>', result.data ) - self.assertIn(b'<legend id="pref_locale">Interface language</legend>', result.data) + self.assertIn(b'<legend id="pref_ui_locale">Interface language</legend>', result.data) def test_browser_locale(self): result = self.app.get('/preferences', headers={'Accept-Language': 'zh-tw;q=0.8'}) |