Commit b5be8762 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! wsgi: Do not access sys.stderr .

parent 948d3f16
......@@ -1263,6 +1263,7 @@ class CaucaseTest(unittest.TestCase):
'PATH_INFO': '/cau/csr',
'REQUEST_METHOD': 'PUT',
'wsgi.input': StringIO(),
'wsgi.errors': StringIO(),
})[0], 500)
self.assertEqual(request({
'PATH_INFO': '/cau/csr',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment