diff options
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 91c6309fc..e66f46a9c 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -24,7 +24,7 @@ class ViewsTestCase(SearxTestCase): # pylint: disable=too-many-public-methods def dummy(*args, **kwargs): # pylint: disable=unused-argument pass - self.setattr4test(searx.search.processors, 'initialize_processor', dummy) + self.setattr4test(searx.search.processors.PROCESSORS, 'init', dummy) # set some defaults test_results = [ |