]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Wrong type of object used
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Feb 2026 13:49:25 +0000 (14:49 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Feb 2026 14:10:19 +0000 (15:10 +0100)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
regression-tests.recursor-dnssec/test_Lua.py
regression-tests.recursor-dnssec/test_TrustAnchors.py

index f6e2320965ec94f964e62830ef4e6b445e478984..ec50b67a148f612ad071947d12a79091785979ae 100644 (file)
@@ -518,7 +518,7 @@ class GettagFFIDNS64Test(RecursorTest):
       return {}
     end
     """
-    _auth_zones = []
+    _auth_zones = {}
 
     @classmethod
     def generateRecursorConfig(cls, confdir):
index 827059651d681905b2e785746e003322db302217..a8e532b3225cedb355089dce62a9801128904f9c 100644 (file)
@@ -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