diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-12 05:34:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 05:34:35 +0000 |
| commit | 09c6fe8d4b2215d0337d4a3a479286e7463d5ee6 (patch) | |
| tree | 72cd15e0d79ca07c91296f8d46ad920fca9ae17b /tests/unit/test_webapp.py | |
| parent | cc82303b62c8b118804d088beedf273b5a1b72ed (diff) | |
| parent | 6fb5c6aad920b31599292bdffa1dd2ab2f7d1adc (diff) | |
Merge branch 'master' into about-opensearch
Diffstat (limited to 'tests/unit/test_webapp.py')
| -rw-r--r-- | tests/unit/test_webapp.py | 2 |
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=[], |