diff options
Diffstat (limited to 'tests/unit/test_standalone_searx.py')
-rw-r--r-- | tests/unit/test_standalone_searx.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_standalone_searx.py b/tests/unit/test_standalone_searx.py index a3d8b4d4f..6a450485f 100644 --- a/tests/unit/test_standalone_searx.py +++ b/tests/unit/test_standalone_searx.py @@ -57,7 +57,7 @@ class StandaloneSearx(SearxTestCase): 'suggestions': [], 'answers': [], 'paging': False, - 'results_number': 0, + 'number_of_results': 0, }, ) @@ -73,7 +73,7 @@ class StandaloneSearx(SearxTestCase): 'infoboxes': m_search.infoboxes, 'paging': m_search.paging, 'results': m_search.get_ordered_results(), - 'results_number': m_search.results_number(), + 'number_of_results': m_search.number_of_results, 'search': { 'lang': m_sq.lang, 'pageno': m_sq.pageno, |