diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-12-20 22:29:23 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-12-20 22:29:23 +0100 |
| commit | 9bde3c4624eb916bafcf9a18792edb42e3a25a17 (patch) | |
| tree | 6be5b29d81fedf5086eb101f6cd9c35b0e14c36e /tests | |
| parent | e09b2af5fecdfad696ce58436df5076328759c0a (diff) | |
searx: engines: wikipedia: fix xpath and test
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/run-tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 7842dc6..705f28d 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -43,8 +43,8 @@ echo Checking custom Searx engines : declare -A QUERIES QUERIES[alternativeto]=Searx QUERIES[nlab]='Kan%20extension' -QUERIES[wikipediafr]=Paris -QUERIES[wikipediaen]=Paris +QUERIES[wfr]=Paris +QUERIES[wen]=Paris for ENGINE in "${!QUERIES[@]}" do echo Checking engine $ENGINE ... |
