]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/python/sec_descriptor: safer use of super()
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Sat, 27 Oct 2018 22:10:58 +0000 (11:10 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 1 Nov 2018 04:08:09 +0000 (05:08 +0100)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <noel.power@suse.com>
source4/dsdb/tests/python/sec_descriptor.py

index 2ce9caab572ee564404cff4fe01698f07ed51d72..80356007fc98390f994cfdcb3396d3e5ea3e5021 100755 (executable)
@@ -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=[]):