From: Emmanuel Ferdman Date: Thu, 26 Sep 2024 20:23:34 +0000 (+0300) Subject: regression-tests.auth-py: remove duplicate method X-Git-Tag: rec-5.2.0-alpha1~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f0dda3d4505db764e4d5eb439e3e1e521a7604;p=thirdparty%2Fpdns.git regression-tests.auth-py: remove duplicate method Signed-off-by: Emmanuel Ferdman --- 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