summaryrefslogtreecommitdiff
path: root/python/test/Ice/proxy/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/proxy/Client.py')
-rwxr-xr-xpython/test/Ice/proxy/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/proxy/Client.py b/python/test/Ice/proxy/Client.py
index 1bde5dc2a0e..6ea11c0de81 100755
--- a/python/test/Ice/proxy/Client.py
+++ b/python/test/Ice/proxy/Client.py
@@ -16,6 +16,6 @@ import AllTests
class Client(TestHelper):
def run(self, args):
- with self.initialize(args) as communicator:
+ with self.initialize(args=args) as communicator:
myClass = AllTests.allTests(self, communicator, False)
myClass.shutdown()