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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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},
}