diff options
Diffstat (limited to 'plugin/etcd/other_test.go')
-rw-r--r-- | plugin/etcd/other_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/other_test.go b/plugin/etcd/other_test.go index d37a04706..d7aa7f5e0 100644 --- a/plugin/etcd/other_test.go +++ b/plugin/etcd/other_test.go @@ -75,7 +75,7 @@ var dnsTestCasesOther = []test.Case{ // NODATA as this is not an Mail: true record. Qname: "a.server1.dev.region1.skydns.test.", Qtype: dns.TypeMX, Ns: []dns.RR{ - test.SOA("skydns.test. 300 SOA ns.dns.skydns.test. hostmaster.skydns.test. 0 0 0 0 0"), + test.SOA("skydns.test. 30 SOA ns.dns.skydns.test. hostmaster.skydns.test. 0 0 0 0 0"), }, }, { |