diff options
Diffstat (limited to 'tests/unit/settings')
-rw-r--r-- | tests/unit/settings/test_settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/settings/test_settings.yml b/tests/unit/settings/test_settings.yml new file mode 100644 index 000000000..a975c8739 --- /dev/null +++ b/tests/unit/settings/test_settings.yml @@ -0,0 +1,5 @@ +# This SearXNG setup is used in unit tests + +use_default_settings: true +search: + formats: [html, csv, json, rss] |