Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca896ddc authored by Israel Yago Pereira's avatar Israel Yago Pereira
Browse files

Revert "Fix other tests"

This reverts commit 47e2e093.
parent 9db22063
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -74,9 +74,7 @@ class ViewsTestCase(SearxTestCase):
    def test_index_empty(self):
        result = self.app.post('/')
        self.assertEqual(result.status_code, 200)
        self.assertIn(b'<div class="text-hide center-block" id="main-logo">'
                      + b'<img class="center-block img-responsive" src="/static/themes/etheme/img/logo_searx_a.png"'
                      + b' alt="searx logo" />searx</div>', result.data)
        self.assertIn(b'<img src="/static/themes/etheme/img/logo_searx_a.png" alt="/e/ logo">', result.data)

    def test_index_html_post(self):
        result = self.app.post('/', data={'q': 'test'})