diff --git a/src/tests/modules/ldap/xlat_profile.unlang b/src/tests/modules/ldap/xlat_profile.unlang index 58486e2ddc54..a79cadee3414 100644 --- a/src/tests/modules/ldap/xlat_profile.unlang +++ b/src/tests/modules/ldap/xlat_profile.unlang @@ -10,6 +10,8 @@ if (!((&reply.Framed-IP-Netmask == 255.255.0.0) && \ test_fail } -if (!%(ldap.profile:%{taint:cn=suspended,ou=profiles,dc=example,dc=com})) { +if (!%(ldap.profile:cn=suspended,ou=profiles,dc=example,dc=com)) { test_fail } + +test_pass