Skip to content

Commit

Permalink
Tests: Fix python black formation error
Browse files Browse the repository at this point in the history
Would reformat system/tests/test_ldap.py

Reviewed-by: Alexey Tikhonov <[email protected]>
Reviewed-by: Jakub Vávra <[email protected]>
(cherry picked from commit 7b855ab)

Reviewed-by: Jakub Vávra <[email protected]>
  • Loading branch information
aborah-sudo authored and alexey-tikhonov committed Jan 20, 2025
1 parent 2efbaa4 commit cf2733b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/system/tests/test_ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def test_ldap__empty_attribute(client: Client, ldap: LDAP):
"""
ldap.ldap.modify("cn=config", replace={"nsslapd-syntaxcheck": "off"})
user = ldap.user("emp_user").add(password="Secret123")
user.modify(home = "")
user.modify(home="")

ldap.group("Group_1").add().add_member(member=user)
ldap.group("Group_2").add().add_member(member=user)
Expand Down

0 comments on commit cf2733b

Please sign in to comment.