From df06dddc044161c6d5caacab1b2a5b9faa109f01 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 30 Sep 2021 17:55:22 +0200 Subject: SearXNG: oscar theme --- tests/unit/test_webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/test_webapp.py') diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py index 69af9be35..c2d57f80c 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -84,7 +84,7 @@ class ViewsTestCase(SearxTestCase): self.assertEqual(result.status_code, 200) self.assertIn(b'', result.data) + + b' alt="searx logo" />SearXNG', result.data) def test_index_html_post(self): result = self.app.post('/', data={'q': 'test'}) -- cgit v1.2.3