From: Otto Moerbeek Date: Wed, 16 Jul 2025 07:22:55 +0000 (+0200) Subject: Fix test, it was using a feature only available on master X-Git-Tag: rec-5.1.6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15852%2Fhead;p=thirdparty%2Fpdns.git Fix test, it was using a feature only available on master --- diff --git a/regression-tests.recursor-dnssec/test_Chain.py b/regression-tests.recursor-dnssec/test_Chain.py index bffb317143..0b7cc133d1 100644 --- a/regression-tests.recursor-dnssec/test_Chain.py +++ b/regression-tests.recursor-dnssec/test_Chain.py @@ -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