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