mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
tests/python/sec_descriptor: safer use of super()
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <noel.power@suse.com>
This commit is contained in:
parent
4e694079e5
commit
6c1d605348
@ -334,7 +334,7 @@ class OwnerGroupDescriptorTests(DescriptorTests):
|
||||
self.DS_BEHAVIOR = "ds_behavior_win2008"
|
||||
|
||||
def tearDown(self):
|
||||
super(DescriptorTests, self).tearDown()
|
||||
super(OwnerGroupDescriptorTests, self).tearDown()
|
||||
self.deleteAll()
|
||||
|
||||
def check_user_belongs(self, user_dn, groups=[]):
|
||||
|
Loading…
Reference in New Issue
Block a user