From 6c1d605348fde3970ff81804369a17574d7a5564 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Sun, 28 Oct 2018 11:10:58 +1300 Subject: tests/python/sec_descriptor: safer use of super() Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- source4/dsdb/tests/python/sec_descriptor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/tests/python/sec_descriptor.py') 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=[]): -- cgit v1.2.1