mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
bugfix: actually *use* the CH class
This commit is contained in:
@@ -54,6 +54,7 @@ func TestChaos(t *testing.T) {
|
||||
test.qtype = dns.TypeTXT
|
||||
}
|
||||
req.SetQuestion(dns.Fqdn(test.qname), test.qtype)
|
||||
req.Question[0].Qclass = dns.ClassCHAOS
|
||||
em.Next = test.next
|
||||
|
||||
rec := middleware.NewResponseRecorder(&middleware.TestResponseWriter{})
|
||||
|
||||
Reference in New Issue
Block a user