summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_cert.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xmlrpc/test_cert.py')
-rw-r--r--tests/test_xmlrpc/test_cert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/test_cert.py b/tests/test_xmlrpc/test_cert.py
index 5d594891e..9ea1744a0 100644
--- a/tests/test_xmlrpc/test_cert.py
+++ b/tests/test_xmlrpc/test_cert.py
@@ -101,7 +101,7 @@ class test_cert(XMLRPC_test):
This should fail because the service principal doesn't exist
"""
# First create the host that will use this policy
- res = api.Command['host_add'](self.host_fqdn)['result']
+ res = api.Command['host_add'](self.host_fqdn, force= True)['result']
csr = unicode(self.generateCSR(self.subject))
try: