summaryrefslogtreecommitdiff
path: root/python/test/Ice/facets/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/facets/Server.py')
-rwxr-xr-xpython/test/Ice/facets/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/facets/Server.py b/python/test/Ice/facets/Server.py
index b0ac848d50c..547c631e98f 100755
--- a/python/test/Ice/facets/Server.py
+++ b/python/test/Ice/facets/Server.py
@@ -17,7 +17,7 @@ import TestI
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")
adapter.add(TestI.DI(), Ice.stringToIdentity("d"))