]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
regression-tests.auth-py: remove duplicate method 14718/head
authorEmmanuel Ferdman <emmanuelferdman@gmail.com>
Thu, 26 Sep 2024 20:23:34 +0000 (23:23 +0300)
committerEmmanuel Ferdman <emmanuelferdman@gmail.com>
Thu, 26 Sep 2024 20:23:34 +0000 (23:23 +0300)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
regression-tests.auth-py/authtests.py

index 5eb6534df8fef6ec87713ba4d9c7acd8478f8270..4affbe10c9300d619f920c043be9a193f12f2a95 100644 (file)
@@ -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