]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix test, it was using a feature only available on master 15852/head
authorOtto Moerbeek <otto@drijf.net>
Wed, 16 Jul 2025 07:22:55 +0000 (09:22 +0200)
committerOtto Moerbeek <otto@drijf.net>
Wed, 16 Jul 2025 07:22:55 +0000 (09:22 +0200)
regression-tests.recursor-dnssec/test_Chain.py

index bffb317143ebf0c6d73662436e069d5851d50234..0b7cc133d125c5a5766056cebaecc3a3219d6dab 100644 (file)
@@ -79,7 +79,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
@@ -151,7 +150,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