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

This commit is contained in:
2020-05-08 21:04:13 +02:00
parent 6ead97eee0
commit 9fec4e81cc
4 changed files with 11 additions and 11 deletions

View File

@ -10,6 +10,7 @@ def client():
with current_app.test_client() as client:
yield client
def test_response_length(client):
r = client.post('/log')