summaryrefslogtreecommitdiff
path: root/python/test/Ice/defaultServant/AllTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/defaultServant/AllTests.py')
-rw-r--r--python/test/Ice/defaultServant/AllTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/defaultServant/AllTests.py b/python/test/Ice/defaultServant/AllTests.py
index 2548916f95d..96c393e59b1 100644
--- a/python/test/Ice/defaultServant/AllTests.py
+++ b/python/test/Ice/defaultServant/AllTests.py
@@ -13,7 +13,7 @@ def test(b):
if not b:
raise RuntimeError('test assertion failed')
-def allTests(communicator):
+def allTests(helper, communicator):
oa = communicator.createObjectAdapterWithEndpoints("MyOA", "tcp -h localhost")
oa.activate()