tests/audit_log: Add missing call to tearDown()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 25 May 2023 23:50:21 +0000 (11:50 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 29 May 2023 22:32:28 +0000 (22:32 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/audit_log_base.py

index 50b941270fe77f72c317c9e75f70cd01e20c7a90..73d0d8e306cdb8a8a41bb3b31eaf509ab39528af 100644 (file)
@@ -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