mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
tests: fixed super method invocation
Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
parent
8be0906b04
commit
f1f94a7b9f
@ -1230,7 +1230,7 @@ class TestIPACommands(CALessBase):
|
|||||||
class TestCertinstall(CALessBase):
|
class TestCertinstall(CALessBase):
|
||||||
@classmethod
|
@classmethod
|
||||||
def install(cls, mh):
|
def install(cls, mh):
|
||||||
super(TestCertinstall, cls).install()
|
super(TestCertinstall, cls).install(mh)
|
||||||
|
|
||||||
cls.export_pkcs12('ca1/server')
|
cls.export_pkcs12('ca1/server')
|
||||||
with open(cls.pem_filename, 'w') as f:
|
with open(cls.pem_filename, 'w') as f:
|
||||||
|
Loading…
Reference in New Issue
Block a user