diff --git a/tests/test_all.py b/tests/test_all.py index eb3a671..f28e41d 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -165,7 +165,8 @@ def group_name_flat(g): if s['ldap_enabled']: check_ldap( - f"o={org_sname}.{c['short_name']},dc=ordered,dc={s['ldap_identifier']},{self.dst_conf['basedn']}", + f"o={org_sname}.{c['short_name']},dc=ordered,dc={s['ldap_identifier']},\ + {self.dst_conf['basedn']}", detail['collaboration_memberships'], detail['groups'], group_name_ordered, @@ -185,7 +186,8 @@ def group_name_flat(g): # in case the service 'exists' in LDAP but is not enabled, make sure # people and group are 'empty' check_ldap( - f"o={org_sname}.{c['short_name']},dc=ordered,dc={s['ldap_identifier']},{self.dst_conf['basedn']}", + f"o={org_sname}.{c['short_name']},dc=ordered,dc={s['ldap_identifier']},\ + {self.dst_conf['basedn']}", [], [], group_name_ordered