test_service_plugin: Do not lowercase memberof_role

This adjusts the test for the change in commit 792c3f9c8c

Related ticket: https://fedorahosted.org/freeipa/ticket/4192
This commit is contained in:
Petr Viktorin 2014-10-01 10:52:54 +02:00
parent f5b302be47
commit 3eca0ff2fe

View File

@ -731,7 +731,7 @@ class test_service_in_role(Declarative):
dn=service1dn,
krbprincipalname=[service1],
managedby_host=[fqdn1],
memberof_role=[role1.lower()],
memberof_role=[role1],
has_keytab=False,
),
),