tests/auth_log: Add missing call to tearDownClass()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 25 May 2023 23:50:35 +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/auth_log_base.py

index 8d18f6503e9d0e610cbe0d6b28976b69ac887fe2..586719980cba60af35e188f155e7dd218e3bea71 100644 (file)
@@ -77,6 +77,8 @@ class AuthLogTestBase(samba.tests.TestCase):
                                msg_type=MSG_AUTH_LOG)
         cls.msg_ctx.irpc_remove_name(AUTH_EVENT_NAME)
 
+        super().tearDownClass()
+
     def setUp(self):
         super(AuthLogTestBase, self).setUp()
         type(self).discardMessages()