mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -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):
|
||||
@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:
|
||||
|
Loading…
Reference in New Issue
Block a user