tests: fixed super method invocation

Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
Oleg Fayans 2016-09-21 13:18:58 +02:00 committed by David Kupka
parent 8be0906b04
commit f1f94a7b9f

View File

@ -1230,7 +1230,7 @@ class TestIPACommands(CALessBase):
class TestCertinstall(CALessBase):
@classmethod
def install(cls, mh):
super(TestCertinstall, cls).install()
super(TestCertinstall, cls).install(mh)
cls.export_pkcs12('ca1/server')
with open(cls.pem_filename, 'w') as f: