summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_archlinux.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/engines/test_archlinux.py')
-rw-r--r--tests/unit/engines/test_archlinux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_archlinux.py b/tests/unit/engines/test_archlinux.py
index e4ee033..f9e536f 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',