diff options
Diffstat (limited to 'ipatests/test_xmlrpc/test_host_plugin.py')
-rw-r--r-- | ipatests/test_xmlrpc/test_host_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/test_host_plugin.py b/ipatests/test_xmlrpc/test_host_plugin.py index 67acb765f..afc1e76ed 100644 --- a/ipatests/test_xmlrpc/test_host_plugin.py +++ b/ipatests/test_xmlrpc/test_host_plugin.py @@ -980,7 +980,7 @@ class test_host_false_pwd_change(XMLRPC_test): command = "ipa-client/ipa-join" @classmethod - def setUpClass(cls): + def setup_class(cls): [cls.keytabfd,cls.keytabname] = tempfile.mkstemp() os.close(cls.keytabfd) |