]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remotebackend: fix SOA in unittests
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Sun, 31 Mar 2019 17:00:23 +0000 (19:00 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Sun, 31 Mar 2019 17:00:23 +0000 (19:00 +0200)
Otherwise check-zone and NS-queries fail.

modules/remotebackend/unittest.rb

index 2f69350bd4c01354865e1451263ef9fab4b4a0ee..4a11b55fdfc6dec7a749078d8b3d3d3c5ca33f10 100644 (file)
@@ -9,7 +9,7 @@ $notified_serial = 1
 
 $domain = {
   "unit.test." => { 
-      "SOA" => ["ns.unit.test. hostmaster.unit.test. 1 2 3 4 5 6"],
+      "SOA" => ["ns.unit.test. hostmaster.unit.test. 1 2 3 4 5"],
       "NS" => ["ns1.unit.test.", "ns2.unit.test."],
   },
   "ns1.unit.test." => {