mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
change unresponsive_engines to a set to eliminate duplication of errors
This commit is contained in:
parent
c30f73f8fd
commit
2242000bd4
2 changed files with 4 additions and 4 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue