Fix pep8 issue
This commit is contained in:
parent
ae4fbeca91
commit
7ae7a48c86
|
@ -60,6 +60,7 @@ def test_translate_search(client):
|
||||||
assert 'iframe' in str_data
|
assert 'iframe' in str_data
|
||||||
assert 'lingva.ml/auto/en/ hola' in str_data
|
assert 'lingva.ml/auto/en/ hola' in str_data
|
||||||
|
|
||||||
|
|
||||||
def test_block_results(client):
|
def test_block_results(client):
|
||||||
rv = client.post('/search', data=dict(q='pinterest'))
|
rv = client.post('/search', data=dict(q='pinterest'))
|
||||||
assert rv._status_code == 200
|
assert rv._status_code == 200
|
||||||
|
|
Loading…
Reference in New Issue
Block a user