summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/engines/test_command.py')
-rw-r--r--tests/unit/engines/test_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_command.py b/tests/unit/engines/test_command.py
index 8f88b617e..d2bb123f7 100644
--- a/tests/unit/engines/test_command.py
+++ b/tests/unit/engines/test_command.py
@@ -16,7 +16,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
from searx.engines import command as command_engine
-from searx.testing import SearxTestCase
+from tests import SearxTestCase
class TestCommandEngine(SearxTestCase):