From: Joseph Sutton Date: Thu, 25 May 2023 23:50:21 +0000 (+1200) Subject: tests/audit_log: Add missing call to tearDown() X-Git-Tag: talloc-2.4.1~540 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76e87c6262d73f66f5b2b46204d6aef7526ffa32;p=thirdparty%2Fsamba.git tests/audit_log: Add missing call to tearDown() Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/audit_log_base.py b/python/samba/tests/audit_log_base.py index 50b941270fe..73d0d8e306c 100644 --- a/python/samba/tests/audit_log_base.py +++ b/python/samba/tests/audit_log_base.py @@ -131,6 +131,8 @@ class AuditLogTestBase(samba.tests.TestCase): self.msg_ctx.deregister(self.auth_handler_and_context, msg_type=MSG_AUTH_LOG) + super().tearDown() + def haveExpected(self, expected, dn): if dn is None: return len(self.context["messages"]) >= expected