Merge "Get tests passing with latest eventlet"
This commit is contained in:
commit
c1c41a145e
@ -1091,6 +1091,7 @@ class TestWSGI(unittest.TestCase, ConfigAssertMixin):
|
||||
]
|
||||
with mock.patch.object(wsgi, '_initrp', return_value=stub__initrp), \
|
||||
mock.patch.object(wsgi, 'loadapp'), \
|
||||
mock.patch('swift.common.utils.monkey_patch'), \
|
||||
mock.patch.object(wsgi, 'capture_stdio'):
|
||||
for server_type in ('account-server', 'container-server',
|
||||
'object-server'):
|
||||
|
Loading…
Reference in New Issue
Block a user