summaryrefslogtreecommitdiff
path: root/python/test/Ice/scope/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/scope/Server.py')
-rwxr-xr-xpython/test/Ice/scope/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/scope/Server.py b/python/test/Ice/scope/Server.py
index 9d708d843d4..529b8c42ac3 100755
--- a/python/test/Ice/scope/Server.py
+++ b/python/test/Ice/scope/Server.py
@@ -114,7 +114,7 @@ class I4(Inner.Test.Inner2.I):
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(I1(), Ice.stringToIdentity("i1"))