mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
test_caless: fix TypeError on domain_level compare
Fixes an error where we were getting domain_level None and after switching to Py3 we hit TypeError because of comparing None and int. https://pagure.io/freeipa/issue/7254 Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
a48f6511f6
commit
495b85793c
@ -799,6 +799,7 @@ class TestReplicaInstall(CALessBase):
|
||||
cls.prepare_cacert('ca1')
|
||||
result = cls.install_server()
|
||||
assert result.returncode == 0
|
||||
cls.domain_level = tasks.domainlevel(cls.master)
|
||||
|
||||
@replica_install_teardown
|
||||
def test_no_certs(self):
|
||||
|
Loading…
Reference in New Issue
Block a user