]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix test, it was using a feature only available on master 15851/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 16 Jul 2025 07:52:21 +0000 (09:52 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 16 Jul 2025 07:52:21 +0000 (09:52 +0200)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
regression-tests.recursor-dnssec/test_Chain.py

index c723f2ef74e442c867f44b6d13333843c8310d02..889eb13078bc2ac0ff1be6fd2f2815723a38ccdd 100644 (file)
@@ -58,7 +58,6 @@ class ChainECSTest(RecursorTest):
     """
     These regression tests test the chaining of outgoing requests with ECS
     """
-    _auth_zones = RecursorTest._default_auth_zones
     _chainSize = 200
     _confdir = 'ChainECS'
     _wsPort = 8042
@@ -130,7 +129,6 @@ class ChainECSHardenedTest(RecursorTest):
     """
     These regression tests test the chaining of outgoing requests with ECS
     """
-    _auth_zones = RecursorTest._default_auth_zones
     _chainSize = 200
     _confdir = 'ChainECSHardened'
     _wsPort = 8042