aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/file_reload_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/file_reload_test.go b/test/file_reload_test.go
index 91372ecc3..e61003b8b 100644
--- a/test/file_reload_test.go
+++ b/test/file_reload_test.go
@@ -5,15 +5,12 @@ import (
"testing"
"time"
- "github.com/coredns/coredns/plugin/file"
"github.com/coredns/coredns/plugin/test"
"github.com/miekg/dns"
)
func TestZoneReload(t *testing.T) {
- file.TickTime = 1 * time.Second
-
name, rm, err := test.TempFile(".", exampleOrg)
if err != nil {
t.Fatalf("Failed to create zone: %s", err)