Browse Source

[fix] tests: fix duplicate method name

Alexandre Flament 4 years ago
parent
commit
b7f1a8424a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/test_webapp.py

+ 1 - 1
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(