mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
@@ -109,7 +109,7 @@ func TestMetadata(t *testing.T) {
|
||||
ctx := metadata.ContextWithMetadata(context.Background())
|
||||
state := request.Request{
|
||||
Req: &dns.Msg{Question: []dns.Question{{Name: tc.Qname, Qtype: tc.Qtype}}},
|
||||
Zone: "cluster.local.",
|
||||
Zone: ".",
|
||||
W: &test.ResponseWriter{RemoteIP: tc.RemoteIP},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user