diff options
| author | Oleg Fayans <ofayans@redhat.com> | 2016-09-21 13:18:58 +0200 |
|---|---|---|
| committer | David Kupka <dkupka@redhat.com> | 2016-09-22 15:20:42 +0200 |
| commit | f1f94a7b9fe354d93f31ce8cd606d985dd44703b (patch) | |
| tree | 6b01252457f05b4df79d103d9f90b2f7dbd0d18a /ipatests/test_integration | |
| parent | 8be0906b04bbf995af6326b560151d15901b544e (diff) | |
| download | freeipa-f1f94a7b9fe354d93f31ce8cd606d985dd44703b.tar.gz freeipa-f1f94a7b9fe354d93f31ce8cd606d985dd44703b.tar.xz freeipa-f1f94a7b9fe354d93f31ce8cd606d985dd44703b.zip | |
tests: fixed super method invocation
Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipatests/test_integration')
| -rw-r--r-- | ipatests/test_integration/test_caless.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py index 52f159626..ad943a687 100644 --- a/ipatests/test_integration/test_caless.py +++ b/ipatests/test_integration/test_caless.py @@ -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: |
