diff options
Diffstat (limited to 'ipatests/test_xmlrpc/tracker/certprofile_plugin.py')
-rw-r--r-- | ipatests/test_xmlrpc/tracker/certprofile_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/tracker/certprofile_plugin.py b/ipatests/test_xmlrpc/tracker/certprofile_plugin.py index 21c96c5eb..d9aa30202 100644 --- a/ipatests/test_xmlrpc/tracker/certprofile_plugin.py +++ b/ipatests/test_xmlrpc/tracker/certprofile_plugin.py @@ -57,7 +57,7 @@ class CertprofileTracker(Tracker): content = f.read() return unicode(content) - def make_create_command(self, force=True): + def make_create_command(self): if not self.profile: raise RuntimeError('Tracker object without path to profile ' 'cannot be used to create profile entry.') |