Fix to: (#3840)
https://github.com/coredns/coredns/issues/3810 Signed-off-by: msedzins <msedzins@gmail.com> Signed-off-by: msedzins <macbookpro@mbp-macbookpro-2.home> Co-authored-by: msedzins <macbookpro@mbp-macbookpro-2.home>
This commit is contained in:
parent
b8d37d709d
commit
8fe950f4bc
1 changed files with 2 additions and 2 deletions
|
@ -131,9 +131,9 @@ var dnsTestCases = []test.Case{
|
|||
},
|
||||
// TXT Test
|
||||
{
|
||||
Qname: "server1.prod.region1.skydns.test.", Qtype: dns.TypeTXT,
|
||||
Qname: "txt.server1.prod.region1.skydns.test.", Qtype: dns.TypeTXT,
|
||||
Answer: []dns.RR{
|
||||
test.TXT("server1.prod.region1.skydns.test. 303 IN TXT sometext"),
|
||||
test.TXT("txt.server1.prod.region1.skydns.test. 303 IN TXT sometext"),
|
||||
},
|
||||
},
|
||||
// Wildcard Test
|
||||
|
|
Loading…
Add table
Reference in a new issue