aboutsummaryrefslogtreecommitdiff
path: root/plugin/k8s_external/external_test.go
diff options
context:
space:
mode:
authorGravatar coredns[bot] <bot@bot.coredns.io> 2022-03-28 10:28:36 +0000
committerGravatar coredns[bot] <bot@bot.coredns.io> 2022-03-28 10:28:36 +0000
commit7b880386ce767385454362c8170eefa157db643d (patch)
treef2e1e64b2d3402e08bb3743182cf082f2245a039 /plugin/k8s_external/external_test.go
parent3df3147f8c6437064da64fab096bd4a4ec8ab61b (diff)
downloadcoredns-7b880386ce767385454362c8170eefa157db643d.tar.gz
coredns-7b880386ce767385454362c8170eefa157db643d.tar.zst
coredns-7b880386ce767385454362c8170eefa157db643d.zip
auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
Diffstat (limited to 'plugin/k8s_external/external_test.go')
-rw-r--r--plugin/k8s_external/external_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/k8s_external/external_test.go b/plugin/k8s_external/external_test.go
index 78600f65d..cf8e0e61c 100644
--- a/plugin/k8s_external/external_test.go
+++ b/plugin/k8s_external/external_test.go
@@ -62,7 +62,7 @@ var tests = []test.Case{
{
Qname: "svc1.testns.example.com.", Qtype: dns.TypeSRV, Rcode: dns.RcodeSuccess,
Answer: []dns.RR{test.SRV("svc1.testns.example.com. 5 IN SRV 0 100 80 svc1.testns.example.com.")},
- Extra: []dns.RR{test.A("svc1.testns.example.com. 5 IN A 1.2.3.4")},
+ Extra: []dns.RR{test.A("svc1.testns.example.com. 5 IN A 1.2.3.4")},
},
// SRV Service Not udp/tcp
{