Skip to content

Commit f033945

Browse files
author
Stanislav Lysikov
committed
fix bytes
1 parent 6f84b69 commit f033945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/security/test_auth_ldap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ def test__ldap_get_nested_groups(self):
976976
"cn=test,ou=groups,dc=example,dc=org",
977977
{
978978
"member:1.2.840.113556.1.4.1941:": [
979-
b"cn=alice,ou=users,dc=example,dc=org"
979+
"cn=alice,ou=users,dc=example,dc=org"
980980
],
981981
},
982982
)

0 commit comments

Comments
 (0)