diff options
author | Alexandre Flament <alex@al-f.net> | 2022-01-06 09:22:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 09:22:02 +0100 |
commit | aedd6279b3d13778aab5d401ee3b9d4d247365c4 (patch) | |
tree | c10d95ca4eb907d269df2b6392567d15765f0dec /tests | |
parent | 0ebad8220fe574c690d113d7e9d6a85f5ac16616 (diff) | |
parent | a4c2cfb837a3f92e2c0f0b8a0bac7a6e03499640 (diff) | |
download | searxng-aedd6279b3d13778aab5d401ee3b9d4d247365c4.tar.gz searxng-aedd6279b3d13778aab5d401ee3b9d4d247365c4.zip |
Merge pull request #634 from not-my-profile/powered-by
Introduce `categories_as_tabs` & group engines in tabs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/robot/settings_robot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/robot/settings_robot.yml b/tests/robot/settings_robot.yml index 73e8b722d..226704803 100644 --- a/tests/robot/settings_robot.yml +++ b/tests/robot/settings_robot.yml @@ -33,6 +33,10 @@ outgoing: request_timeout: 1.0 # seconds useragent_suffix: "" +categories_as_tabs: + general: + dummy: + engines: - name: general dummy engine: dummy |