Skip to content

Commit 8da5292

Browse files
author
Stanislav Lysikov
committed
fix bytes
1 parent f033945 commit 8da5292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/security/test_auth_ldap.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -973,10 +973,10 @@ def test__ldap_get_nested_groups(self):
973973
create_default_users(self.appbuilder.session)
974974

975975
user_alice = (
976-
"cn=test,ou=groups,dc=example,dc=org",
976+
b"cn=test,ou=groups,dc=example,dc=org",
977977
{
978978
"member:1.2.840.113556.1.4.1941:": [
979-
"cn=alice,ou=users,dc=example,dc=org"
979+
b"cn=alice,ou=users,dc=example,dc=org"
980980
],
981981
},
982982
)

0 commit comments

Comments
 (0)