summaryrefslogtreecommitdiff
path: root/tests/unit/test_webadapter.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-09-04 07:17:19 +0000
committerGitHub <noreply@github.com>2021-09-04 07:17:19 +0000
commitab4456b0d0f3e495f627311e576df03694e673ad (patch)
treea5732720882550ac321bd051f45ed080dae9083d /tests/unit/test_webadapter.py
parent16c19389a5aaf9cabae9d464537d5c848c96577e (diff)
parenta14ea6396e8e55b056065e6f0ce2032067e11385 (diff)
Merge pull request #281 from dalf/cleanup
Cleanup
Diffstat (limited to 'tests/unit/test_webadapter.py')
-rw-r--r--tests/unit/test_webadapter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_webadapter.py b/tests/unit/test_webadapter.py
index 32417f019..9d8ff5f28 100644
--- a/tests/unit/test_webadapter.py
+++ b/tests/unit/test_webadapter.py
@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
-from searx.testing import SearxTestCase
from searx.preferences import Preferences
from searx.engines import engines
import searx.search
from searx.search import EngineRef
from searx.webadapter import validate_engineref_list
+from tests import SearxTestCase
PRIVATE_ENGINE_NAME = 'general private offline'