summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/testcert.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_xmlrpc/testcert.py')
-rw-r--r--ipatests/test_xmlrpc/testcert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/testcert.py b/ipatests/test_xmlrpc/testcert.py
index 4afd38d2c..b9a01118d 100644
--- a/ipatests/test_xmlrpc/testcert.py
+++ b/ipatests/test_xmlrpc/testcert.py
@@ -74,7 +74,7 @@ def makecert(reqdir, subject, principal):
Generate a certificate that can be used during unit testing.
"""
- ra = rabase.rabase()
+ ra = rabase.rabase(api)
if (not os.path.exists(ra.sec_dir) and
api.env.xmlrpc_uri == 'http://localhost:8888/ipa/xml'):
raise AssertionError('The self-signed CA is not configured, '