Tests: speed up tests.
This commit is contained in:
@@ -4,7 +4,6 @@ def application(environ, start_response):
|
||||
body = bytes(environ['wsgi.input'].read(content_length))
|
||||
|
||||
start_response('200', [
|
||||
('Content-Type', environ.get('CONTENT_TYPE')),
|
||||
('Content-Length', str(len(body)))
|
||||
])
|
||||
return [body]
|
||||
|
||||
Reference in New Issue
Block a user