Skip to content

Commit

Permalink
Fix tests III
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Nov 17, 2023
1 parent 9bc04b1 commit 5461f99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 5461f99

Please sign in to comment.