summaryrefslogtreecommitdiff
path: root/tests/unit/test_webutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_webutils.py')
-rw-r--r--tests/unit/test_webutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_webutils.py b/tests/unit/test_webutils.py
index 023374b04..6da39a071 100644
--- a/tests/unit/test_webutils.py
+++ b/tests/unit/test_webutils.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import mock
-from searx.testing import SearxTestCase
from searx import webutils
+from tests import SearxTestCase
class TestWebUtils(SearxTestCase):