summaryrefslogtreecommitdiff
path: root/tests/unit/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/__init__.py')
-rw-r--r--tests/unit/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py
index 8266c675a..d1c97ec81 100644
--- a/tests/unit/__init__.py
+++ b/tests/unit/__init__.py
@@ -2,5 +2,5 @@ import os
from os.path import dirname, sep, abspath
# In unit tests the user settings from unit/settings/test_settings.yml are used.
-os.environ['SEARX_SETTINGS_PATH'] = abspath(
+os.environ['SEARXNG_SETTINGS_PATH'] = abspath(
dirname(__file__) + sep + 'settings' + sep + 'test_settings.yml')