From b7f1a8424a9e0623865d9406e77b5205d2e0a7cc Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 15 Nov 2020 10:26:15 +0100 Subject: [PATCH] [fix] tests: fix duplicate method name --- tests/unit/test_webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py index 75a968ad..ac8851e3 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -145,7 +145,7 @@ class ViewsTestCase(SearxTestCase): result = self.app.post('/', data={'q': 'test', 'format': 'rss'}) self.assertEqual(result.status_code, 308) - def test_index_rss(self): + def test_search_rss(self): result = self.app.post('/search', data={'q': 'test', 'format': 'rss'}) self.assertIn(