Skip to content

Commit

Permalink
Tests: Python black formatting fixes
Browse files Browse the repository at this point in the history
Reviewed-by: Alexey Tikhonov <[email protected]>
  • Loading branch information
justin-stephenson authored and alexey-tikhonov committed Jan 30, 2024
1 parent 1358f41 commit 1bacf49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/tests/system/tests/test_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:requirement: offline
"""

from __future__ import annotations

import pytest
Expand Down
1 change: 0 additions & 1 deletion src/tests/system/tests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
:requirement: Ldap Provider - nss-pam-ldapd
"""


from __future__ import annotations

import pytest
Expand Down
6 changes: 3 additions & 3 deletions src/tests/system/tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ def test_schema__ldap_extra_attrs_check_ldb(client: Client, provider: GenericPro
:customerscenario: True
"""
provider.user("user1").add(gid=111111, uid=100110, gecos="gecos user1", shell="/bin/sh", home="/home/user1")
client.sssd.domain[
"ldap_user_extra_attrs"
] = "description:gecos, userID:uidNumber, shell:loginShell, groupID:gidNumber"
client.sssd.domain["ldap_user_extra_attrs"] = (
"description:gecos, userID:uidNumber, shell:loginShell, groupID:gidNumber"
)
client.sssd.domain["ldap_id_mapping"] = "false"
client.sssd.start()

Expand Down

0 comments on commit 1bacf49

Please sign in to comment.