aboutsummaryrefslogtreecommitdiff
path: root/plugin/cache/spoof_test.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-07-03 12:00:22 +0100
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2018-07-03 04:00:22 -0700
commit2aa1bda00529d6e168628c704955d132272f6436 (patch)
treee4b09fcd5ebc8164d02f2badf30de66d097c2987 /plugin/cache/spoof_test.go
parentc2780f42c446dd1e6d5cbba7be9d07d297666d96 (diff)
downloadcoredns-2aa1bda00529d6e168628c704955d132272f6436.tar.gz
coredns-2aa1bda00529d6e168628c704955d132272f6436.tar.zst
coredns-2aa1bda00529d6e168628c704955d132272f6436.zip
plugin/cache: add extra test for FORMERR (#1930)
* plugin/cache: add extra test for FORMERR Add extra test that test for not caching a formerr. Signed-off-by: Miek Gieben <miek@miek.nl> * govet Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to '')
-rw-r--r--plugin/cache/spoof_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cache/spoof_test.go b/plugin/cache/spoof_test.go
index 04d714f4a..20d7e8d51 100644
--- a/plugin/cache/spoof_test.go
+++ b/plugin/cache/spoof_test.go
@@ -6,8 +6,8 @@ import (
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/pkg/dnstest"
-
"github.com/coredns/coredns/plugin/test"
+
"github.com/miekg/dns"
)