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

Unverified Commit f4cb293f authored by Akhil's avatar Akhil
Browse files

Fix linting

parent ce34e5d5
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -135,7 +135,6 @@ class ViewsTestCase(SearxTestCase):
            result.data,
            result.data,
        )
        )



    def test_index_json(self):
    def test_index_json(self):
        result = self.app.post('/', data={'q': 'test', 'format': 'json'})
        result = self.app.post('/', data={'q': 'test', 'format': 'json'})
        self.assertEqual(result.status_code, 308)
        self.assertEqual(result.status_code, 308)