Loading tests/unit/test_webapp.py +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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) Loading Loading
tests/unit/test_webapp.py +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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) Loading