diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-02 17:18:05 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-10-02 17:18:05 +0200 |
commit | 253b8503765b6f0d21135254277e72d17a51e04a (patch) | |
tree | c52ae4a1d47140d5e531e78b7fbc11e0a354c7ec /tests/unit/__init__.py | |
parent | 9e266ecad3cc20faf2c12cdab7862c29cf8df2ec (diff) | |
download | searxng-253b8503765b6f0d21135254277e72d17a51e04a.tar.gz searxng-253b8503765b6f0d21135254277e72d17a51e04a.zip |
SearXNG: SEARXNG_SETTINGS_PATH
Diffstat (limited to 'tests/unit/__init__.py')
-rw-r--r-- | tests/unit/__init__.py | 2 |
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') |