mirror of
https://github.com/searxng/searxng.git
synced 2025-07-19 03:09:25 +02:00
[fix] arxiv engine
This commit is contained in:
parent
91a59ff350
commit
9ff5001816
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ from searx.testing import SearxTestCase
|
|||
class TestBaseEngine(SearxTestCase):
|
||||
|
||||
def test_request(self):
|
||||
query = 'test_query'
|
||||
query = 'test_query'.encode('utf-8')
|
||||
dicto = defaultdict(dict)
|
||||
dicto['pageno'] = 1
|
||||
params = arxiv.request(query, dicto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue