diff --git a/cinder/tests/test_wsgi.py b/cinder/tests/test_wsgi.py index af70696a19f..a304abdcfd5 100644 --- a/cinder/tests/test_wsgi.py +++ b/cinder/tests/test_wsgi.py @@ -140,7 +140,7 @@ class TestWSGIServer(test.TestCase): def test_server_pool_waitall(self): # test pools waitall method gets called while stopping server server = cinder.wsgi.Server("test_server", None, - host="127.0.0.1", port=4444) + host="127.0.0.1") server.start() with mock.patch.object(server._pool, 'waitall') as mock_waitall: