Skip to content

Commit

Permalink
added Test02_ReconnectLDAPObject.test_reconnect_get_state
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder authored and Petr Viktorin committed Nov 22, 2017
1 parent eeb4daa commit da2d43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/t_ldapobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)],
Expand Down

0 comments on commit da2d43d

Please sign in to comment.