diff options
Diffstat (limited to 'plugin/k8s_external/apex_test.go')
-rw-r--r-- | plugin/k8s_external/apex_test.go | 2 |
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"), }, }, { |