diff options
Diffstat (limited to 'tests/unit')
| -rw-r--r-- | tests/unit/test_webapp.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py index 35a41302c..91c6309fc 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -25,9 +25,6 @@ class ViewsTestCase(SearxTestCase): # pylint: disable=too-many-public-methods pass self.setattr4test(searx.search.processors, 'initialize_processor', dummy) - # remove sha for the static file so the tests don't have to care about - # the changing URLs - self.setattr4test(searx.webapp, 'static_files', {}) # set some defaults test_results = [ |