diff --git a/Tests/t_ldapobject.py b/Tests/t_ldapobject.py index ec32b16..dc3221e 100644 --- a/Tests/t_ldapobject.py +++ b/Tests/t_ldapobject.py @@ -223,7 +223,7 @@ def test_reconnect_get_state(self): { '_last_bind': ( SimpleLDAPObject.simple_bind_s, - ('cn=user1,dc=slapd-test,dc=python-ldap,dc=org', 'user1_pw'), + (bind_dn, 'user1_pw'), {} ), '_options': [(17, 3)],