summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2017-07-19 17:23:54 +0200
committerAdam Tauber <asciimoo@gmail.com>2017-07-20 13:30:56 +0200
commit2242000bd4e9491e9f8d15568b4387540096a982 (patch)
treec975139d9f7d3a50376e7d8de8cc8c7e26f45486 /tests
parentc30f73f8fda2b51cfd95967a29cc34a2036ffddd (diff)
downloadsearxng-2242000bd4e9491e9f8d15568b4387540096a982.tar.gz
searxng-2242000bd4e9491e9f8d15568b4387540096a982.zip
change unresponsive_engines to a set to eliminate duplication of errors
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py
index 74fbea51c..e6739bfe5 100644
--- a/tests/unit/test_webapp.py
+++ b/tests/unit/test_webapp.py
@@ -39,7 +39,7 @@ class ViewsTestCase(SearxTestCase):
corrections=set(),
suggestions=set(),
infoboxes=[],
- unresponsive_engines=[],
+ unresponsive_engines=set(),
results=self.test_results,
results_number=lambda: 3,
results_length=lambda: len(self.test_results))