From: Otto Moerbeek Date: Tue, 10 Feb 2026 13:49:25 +0000 (+0100) Subject: Wrong type of object used X-Git-Tag: rec-5.5.0-alpha0~14^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dab73360fef059527c486b5d80ed1c4e3b153e40;p=thirdparty%2Fpdns.git Wrong type of object used Signed-off-by: Otto Moerbeek --- diff --git a/regression-tests.recursor-dnssec/test_Lua.py b/regression-tests.recursor-dnssec/test_Lua.py index f6e2320965..ec50b67a14 100644 --- a/regression-tests.recursor-dnssec/test_Lua.py +++ b/regression-tests.recursor-dnssec/test_Lua.py @@ -518,7 +518,7 @@ class GettagFFIDNS64Test(RecursorTest): return {} end """ - _auth_zones = [] + _auth_zones = {} @classmethod def generateRecursorConfig(cls, confdir): diff --git a/regression-tests.recursor-dnssec/test_TrustAnchors.py b/regression-tests.recursor-dnssec/test_TrustAnchors.py index 827059651d..a8e532b322 100644 --- a/regression-tests.recursor-dnssec/test_TrustAnchors.py +++ b/regression-tests.recursor-dnssec/test_TrustAnchors.py @@ -6,7 +6,7 @@ class TrustAnchorsEnabledTest(RecursorTest): """This test will do a query for "trustanchor.server CH TXT" and hopes to get a proper answer""" - _auth_zones = None + _auth_zones = {} _confdir = 'TrustAnchorsEnabled' _roothints = None _root_DS = None