mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
disable ra flag for several plugins (#2408)
* disable ra flag for several plugins * removed unnecessary assignment * removed more unnecessary assignments
This commit is contained in:
@@ -101,7 +101,7 @@ func TestRoute53(t *testing.T) {
|
||||
}
|
||||
m.Answer = []dns.RR{rr}
|
||||
|
||||
m.Authoritative, m.RecursionAvailable = true, true
|
||||
m.Authoritative = true
|
||||
rcode = dns.RcodeSuccess
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user