make flake8 happy
This commit is contained in:
parent
9ea49e7fab
commit
d86e603c07
|
@ -180,7 +180,6 @@ def test_request_stream_handle_exception():
|
||||||
response.write(body.decode('utf-8'))
|
response.write(body.decode('utf-8'))
|
||||||
return stream(streaming)
|
return stream(streaming)
|
||||||
|
|
||||||
|
|
||||||
# 404
|
# 404
|
||||||
request, response = app.test_client.post('/in_valid_post', data=data)
|
request, response = app.test_client.post('/in_valid_post', data=data)
|
||||||
assert response.status == 404
|
assert response.status == 404
|
||||||
|
|
Loading…
Reference in New Issue
Block a user