minor fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Füleki Fábián 2020-05-08 21:03:40 +02:00
parent 2227554977
commit 6ead97eee0
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ def client():
current_app.config['TESTING'] = True
with current_app.test_client() as client:
yield
yield client
def test_response_length(client):
r = client.post('/log')

View File

@ -8,7 +8,7 @@ def client():
current_app.config['TESTING'] = True
with current_app.test_client() as client:
yield
yield client
def test_log_code_get(client):
r = client.get('/log')