From f4f0dda3d4505db764e4d5eb439e3e1e521a7604 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 26 Sep 2024 23:23:34 +0300 Subject: [PATCH] regression-tests.auth-py: remove duplicate method Signed-off-by: Emmanuel Ferdman --- regression-tests.auth-py/authtests.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/regression-tests.auth-py/authtests.py b/regression-tests.auth-py/authtests.py index 5eb6534df8..4affbe10c9 100644 --- a/regression-tests.auth-py/authtests.py +++ b/regression-tests.auth-py/authtests.py @@ -249,10 +249,6 @@ options { def tearDownResponders(cls): pass - @classmethod - def tearDownClass(cls): - cls.tearDownAuth() - @classmethod def killProcess(cls, p): # Don't try to kill it if it's already dead -- 2.47.2