diff options
Diffstat (limited to 'plugin/file/ent_test.go')
-rw-r--r-- | plugin/file/ent_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/file/ent_test.go b/plugin/file/ent_test.go index 496d1a727..4ff95f330 100644 --- a/plugin/file/ent_test.go +++ b/plugin/file/ent_test.go @@ -26,7 +26,6 @@ var entTestCases = []test.Case{ test.RRSIG("miek.nl. 1800 IN RRSIG SOA 8 2 1800 20160502144311 20160402144311 12051 miek.nl. KegoBxA3Tbrhlc4cEdkRiteIkOfsq"), test.SOA("miek.nl. 1800 IN SOA linode.atoom.net. miek.miek.nl. 1282630057 14400 3600 604800 14400"), }, - Extra: []dns.RR{test.OPT(4096, true)}, }, } |