summaryrefslogtreecommitdiff
path: root/python/test/Ice/binding/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/binding/Server.py')
-rwxr-xr-xpython/test/Ice/binding/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/binding/Server.py b/python/test/Ice/binding/Server.py
index c720f9919ac..ddec6ef0a34 100755
--- a/python/test/Ice/binding/Server.py
+++ b/python/test/Ice/binding/Server.py
@@ -18,7 +18,7 @@ class Server(TestHelper):
def run(self, args):
- with self.initialize(args) as communicator:
+ with self.initialize(args=args) as communicator:
communicator.getProperties().setProperty("TestAdapter.Endpoints", self.getTestEndpoint())
adapter = communicator.createObjectAdapter("TestAdapter")