diff options
author | 2018-07-03 12:00:22 +0100 | |
---|---|---|
committer | 2018-07-03 04:00:22 -0700 | |
commit | 2aa1bda00529d6e168628c704955d132272f6436 (patch) | |
tree | e4b09fcd5ebc8164d02f2badf30de66d097c2987 /plugin/cache/spoof_test.go | |
parent | c2780f42c446dd1e6d5cbba7be9d07d297666d96 (diff) | |
download | coredns-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.go | 2 |
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" ) |