diff options
Diffstat (limited to 'test/compiler/python_plugin_test.py')
-rw-r--r-- | test/compiler/python_plugin_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compiler/python_plugin_test.py b/test/compiler/python_plugin_test.py index 3d2f117b0d..ad3bebac30 100644 --- a/test/compiler/python_plugin_test.py +++ b/test/compiler/python_plugin_test.py @@ -177,7 +177,7 @@ def _CreateService(test_pb2, delay): servicer = Servicer() server = getattr( - test_pb2, SERVER_FACTORY_IDENTIFIER)(servicer, 0, None, None) + test_pb2, SERVER_FACTORY_IDENTIFIER)(servicer, 0) with server: port = server.port() stub = getattr(test_pb2, STUB_FACTORY_IDENTIFIER)('localhost', port) |