From 776f2389b6508ea6b32dcd3a3e83a1e4ea94089f Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Sun, 31 Mar 2019 19:00:23 +0200 Subject: [PATCH] remotebackend: fix SOA in unittests Otherwise check-zone and NS-queries fail. --- modules/remotebackend/unittest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/remotebackend/unittest.rb b/modules/remotebackend/unittest.rb index 2f69350bd4..4a11b55fdf 100644 --- a/modules/remotebackend/unittest.rb +++ b/modules/remotebackend/unittest.rb @@ -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." => { -- 2.47.2