summaryrefslogtreecommitdiff
path: root/tests/unit/test_webapp.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-06-12 05:34:24 +0000
committerGitHub <noreply@github.com>2020-06-12 05:34:24 +0000
commitf8254cebc07967988eefe43aca9298b1a470db78 (patch)
tree49f1a3a16296a4d1d14b652ff975e8776c10f4d4 /tests/unit/test_webapp.py
parentee0da61cbbd16f17aefdd62cc43525ac4579d263 (diff)
parent6fb5c6aad920b31599292bdffa1dd2ab2f7d1adc (diff)
Merge branch 'master' into gigablast
Diffstat (limited to 'tests/unit/test_webapp.py')
-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 f31332fa0..f15e3c92c 100644
--- a/tests/unit/test_webapp.py
+++ b/tests/unit/test_webapp.py
@@ -48,7 +48,7 @@ class ViewsTestCase(SearxTestCase):
def search_mock(search_self, *args):
search_self.result_container = Mock(get_ordered_results=lambda: test_results,
- answers=set(),
+ answers=dict(),
corrections=set(),
suggestions=set(),
infoboxes=[],