mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: Fix wrong fixture in kerberos principal alias test
https://fedorahosted.org/freeipa/ticket/6197 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
425291dc19
commit
b92b1d7d7f
@@ -41,7 +41,7 @@ def trusted_domain():
|
||||
are deleted from the directory.
|
||||
"""
|
||||
|
||||
trusted_dom = TRUSTED_DOMAIN_MOCK['ldif']
|
||||
trusted_dom = TRUSTED_DOMAIN_MOCK
|
||||
|
||||
# Write the changes
|
||||
with mocked_trust_containers(), MockLDAP() as ldap:
|
||||
|
||||
Reference in New Issue
Block a user