From 7ae7a48c8672e39f5c78e5f5578e74d8d517c856 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 14 Jun 2021 15:47:54 -0400 Subject: [PATCH] Fix pep8 issue --- test/test_results.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_results.py b/test/test_results.py index 76d719f..7ec9462 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -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