aboutsummaryrefslogtreecommitdiff
path: root/plugin/k8s_external/apex_test.go
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2019-08-23 14:51:42 -0400
committerGravatar John Belamaric <john@belamaric.com> 2019-08-23 11:51:42 -0700
commit59e74eb15d31298f27b5bab7c02241e832de9dad (patch)
treec93aed6a76eee373cdd3482f5b7777c83997af2f /plugin/k8s_external/apex_test.go
parent338d148c7845ca4e3a44253ac8b6f040c394b8c4 (diff)
downloadcoredns-59e74eb15d31298f27b5bab7c02241e832de9dad.tar.gz
coredns-59e74eb15d31298f27b5bab7c02241e832de9dad.tar.zst
coredns-59e74eb15d31298f27b5bab7c02241e832de9dad.zip
correct test and code (#3184)
Diffstat (limited to 'plugin/k8s_external/apex_test.go')
-rw-r--r--plugin/k8s_external/apex_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/k8s_external/apex_test.go b/plugin/k8s_external/apex_test.go
index 14aaf64bc..2f6923f56 100644
--- a/plugin/k8s_external/apex_test.go
+++ b/plugin/k8s_external/apex_test.go
@@ -59,7 +59,7 @@ var testsApex = []test.Case{
test.NS("example.com. 5 IN NS ns1.dns.example.com."),
},
Extra: []dns.RR{
- test.A("example.com. 5 IN A 127.0.0.1"),
+ test.A("ns1.dns.example.com. 5 IN A 127.0.0.1"),
},
},
{