mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
Remove DC case-insensitive check from node test
This commit is contained in:
parent
e4de221078
commit
0d71b97f8e
@ -156,7 +156,7 @@ func TestDNS_CaseInsensitiveNodeLookup(t *testing.T) {
|
||||
}
|
||||
|
||||
m := new(dns.Msg)
|
||||
m.SetQuestion("fOO.node.DC1.consul.", dns.TypeANY)
|
||||
m.SetQuestion("fOO.node.dc1.consul.", dns.TypeANY)
|
||||
|
||||
c := new(dns.Client)
|
||||
addr, _ := srv.agent.config.ClientListener(srv.agent.config.Ports.DNS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user