From 2242000bd4e9491e9f8d15568b4387540096a982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Wed, 19 Jul 2017 17:23:54 +0200 Subject: change unresponsive_engines to a set to eliminate duplication of errors --- tests/unit/test_webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/test_webapp.py') 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)) -- cgit v1.2.3