plugin/kubernetes: fix metadata (#3642)

Automatically submitted.
This commit is contained in:
Chris O'Haver
2020-01-31 14:35:22 -05:00
committed by GitHub
parent f77c6e55bf
commit c9d567ab44
5 changed files with 9 additions and 9 deletions

View File

@@ -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},
}