From 1bb82a6b54e53d683c3041a1576be64ae234abee Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 2 Oct 2021 17:30:39 +0200 Subject: SearXNG: searxng_extra --- tests/unit/test_standalone_searx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/test_standalone_searx.py') 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 -- cgit v1.2.3-54-g00ecf