Skip to content

Commit 73600f8

Browse files
author
stroeder
committed
added Test02_ReconnectLDAPObject.test_reconnect_get_state
1 parent e7690e2 commit 73600f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/t_ldapobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def test_reconnect_get_state(self):
223223
{
224224
'_last_bind': (
225225
SimpleLDAPObject.simple_bind_s,
226-
('cn=user1,dc=slapd-test,dc=python-ldap,dc=org', 'user1_pw'),
226+
(bind_dn, 'user1_pw'),
227227
{}
228228
),
229229
'_options': [(17, 3)],

0 commit comments

Comments
 (0)