Merge "Get tests passing with latest eventlet"

This commit is contained in:
Zuul 2024-01-10 22:49:56 +00:00 committed by Gerrit Code Review
commit c1c41a145e

View File

@ -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'):