diff --git a/tests/test_BackendLdap.py b/tests/test_BackendLdap.py index 7d0628d..17e8a84 100644 --- a/tests/test_BackendLdap.py +++ b/tests/test_BackendLdap.py @@ -117,10 +117,6 @@ class TestError(object): ldapc = inv._connect() ldapc.simple_bind_s(inv.binddn, inv.bindpassword) - def testAuthSuccess(self): - inv = Backend(cfg, cherrypy.log, 'ldap', attr, 'uid') - return True - def testAuthSuccess(self): inv = Backend(cfg, cherrypy.log, 'ldap', attr, 'uid') ret = inv.auth('jwatson', 'passwordwatson')