mirror of
https://github.com/coredns/coredns.git
synced 2025-12-08 11:25:14 -05:00
* Authoritative Answer - DNSKEY * Improve Style
This commit is contained in:
@@ -129,6 +129,10 @@ func TestLookupDNSKEY(t *testing.T) {
|
||||
}
|
||||
resp := rec.Msg()
|
||||
|
||||
if !resp.Authoritative {
|
||||
t.Errorf("Authoritative Answer should be true, got false")
|
||||
}
|
||||
|
||||
sort.Sort(test.RRSet(resp.Answer))
|
||||
sort.Sort(test.RRSet(resp.Ns))
|
||||
sort.Sort(test.RRSet(resp.Extra))
|
||||
|
||||
Reference in New Issue
Block a user