Fix pep8 issue

This commit is contained in:
Ben Busby 2021-06-14 15:47:54 -04:00
parent ae4fbeca91
commit 7ae7a48c86
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2

View File

@ -60,6 +60,7 @@ def test_translate_search(client):
assert 'iframe' in str_data
assert 'lingva.ml/auto/en/ hola' in str_data
def test_block_results(client):
rv = client.post('/search', data=dict(q='pinterest'))
assert rv._status_code == 200