1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00

python: get rid of pointless empty overridden methods

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Rob van der Linde
2023-11-28 15:59:41 +13:00
committed by Andrew Bartlett
parent 983f222e38
commit e8fda61a57
33 changed files with 0 additions and 99 deletions

View File

@@ -48,9 +48,6 @@ creds = credopts.get_credentials(lp)
class LdapReferralTest(samba.tests.TestCase):
def setUp(self):
super(LdapReferralTest, self).setUp()
# The referral entries for an ldap request should have the ldap scheme
# i.e. then should all start with "ldap://"
def test_ldap_search(self):