[fix] arxiv engine

This commit is contained in:
Dalf 2019-08-05 15:43:01 +02:00
parent 91a59ff350
commit 9ff5001816
2 changed files with 2 additions and 2 deletions

View file

@ -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)