diff options
Diffstat (limited to 'tests/__init__.py')
| -rw-r--r-- | tests/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index 55a002196..9c176aedf 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -89,4 +89,4 @@ class SearxTestCase(aiounittest.AsyncTestCase): # pylint: disable=attribute-defined-outside-init self.app = searx.webapp.app - self.client = searx.webapp.app.test_client() + self.client = self.app.test_client() |