diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-02 17:30:39 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-10-02 17:30:39 +0200 |
commit | 1bb82a6b54e53d683c3041a1576be64ae234abee (patch) | |
tree | a0d30ba74780168169e82643335d2bf3aeb0c748 /tests | |
parent | e39a03cc61e9792afb34084fb4d9973a61deecea (diff) | |
download | searxng-1bb82a6b54e53d683c3041a1576be64ae234abee.tar.gz searxng-1bb82a6b54e53d683c3041a1576be64ae234abee.zip |
SearXNG: searxng_extra
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/test_standalone_searx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_standalone_searx.py b/tests/unit/test_standalone_searx.py index a5f17c08f..c81598160 100644 --- a/tests/unit/test_standalone_searx.py +++ b/tests/unit/test_standalone_searx.py @@ -8,7 +8,7 @@ from mock import Mock, patch from nose2.tools import params from searx.search import SearchQuery, EngineRef, initialize -from searx_extra import standalone_searx as sas +from searxng_extra import standalone_searx as sas from tests import SearxTestCase |