summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/sec_descriptor.py
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2018-10-28 11:10:58 +1300
committerDouglas Bagnall <dbagnall@samba.org>2018-11-01 05:08:09 +0100
commit6c1d605348fde3970ff81804369a17574d7a5564 (patch)
tree0cd44f747c80cf2be85d5230c7ce8d46b1742fb2 /source4/dsdb/tests/python/sec_descriptor.py
parent4e694079e5f3a662c678cce0e87769c62ddeefeb (diff)
downloadsamba-6c1d605348fde3970ff81804369a17574d7a5564.tar.gz
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>
Diffstat (limited to 'source4/dsdb/tests/python/sec_descriptor.py')
-rwxr-xr-xsource4/dsdb/tests/python/sec_descriptor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/sec_descriptor.py b/source4/dsdb/tests/python/sec_descriptor.py
index 2ce9caab572..80356007fc9 100755
--- a/source4/dsdb/tests/python/sec_descriptor.py
+++ b/source4/dsdb/tests/python/sec_descriptor.py
@@ -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=[]):