diff options
| author | marc <a01200356@itesm.mx> | 2017-07-20 15:47:20 -0500 |
|---|---|---|
| committer | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2017-12-06 01:20:15 -0600 |
| commit | 4d1770398a6af8902e75c0bd885781584d39e796 (patch) | |
| tree | 1ad30e59206eca081c93a2ad37928ce059f7d114 /tests/unit/engines/test_archlinux.py | |
| parent | 46fb0d860e35a45658969c4e2ac306a1072bc331 (diff) | |
remove 'all' option from search languages
Diffstat (limited to 'tests/unit/engines/test_archlinux.py')
| -rw-r--r-- | tests/unit/engines/test_archlinux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_archlinux.py b/tests/unit/engines/test_archlinux.py index e4ee0339c..f9e536f4e 100644 --- a/tests/unit/engines/test_archlinux.py +++ b/tests/unit/engines/test_archlinux.py @@ -4,7 +4,7 @@ from searx.engines import archlinux from searx.testing import SearxTestCase domains = { - 'all': 'https://wiki.archlinux.org', + 'en': 'https://wiki.archlinux.org', 'de': 'https://wiki.archlinux.de', 'fr': 'https://wiki.archlinux.fr', 'ja': 'https://wiki.archlinuxjp.org', |