diff options
Diffstat (limited to 'plugin/etcd/stub_test.go')
-rw-r--r-- | plugin/etcd/stub_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/etcd/stub_test.go b/plugin/etcd/stub_test.go index c4a262b86..c01100bdf 100644 --- a/plugin/etcd/stub_test.go +++ b/plugin/etcd/stub_test.go @@ -83,6 +83,5 @@ var dnsTestCasesStub = []test.Case{ { Qname: "example.net.", Qtype: dns.TypeA, Answer: []dns.RR{test.A("example.net. 86400 IN A 93.184.216.34")}, - Extra: []dns.RR{test.OPT(4096, false)}, // This will have an EDNS0 section, because *we* added our local stub forward to detect loops. }, } |