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:
Milan Kubík
2016-08-15 14:31:48 +02:00
committed by Martin Basti
parent 425291dc19
commit b92b1d7d7f

View File

@@ -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: