diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-03 19:09:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 19:09:07 +0200 |
commit | 47eb836c657f581fab12d68c978d9520e2e14417 (patch) | |
tree | 2323c4bbc497657238723cad619ce5769b87ca34 /tests | |
parent | 9da9dbcbb45bd41948789529a3bd5e32da6cb62f (diff) | |
parent | 715c445e9bcc4c842e0cd8fc49d93372da8c5fb9 (diff) | |
download | searxng-47eb836c657f581fab12d68c978d9520e2e14417.tar.gz searxng-47eb836c657f581fab12d68c978d9520e2e14417.zip |
Merge pull request #375 from dalf/searxng_extra
SearXNG: searx_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 |