mirror of
https://github.com/coredns/coredns.git
synced 2025-12-09 03:45:11 -05:00
This reverts commit 68f1dd5ddf.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -9,7 +9,6 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/coredns/coredns/plugin/test"
|
||||
"github.com/coredns/coredns/plugin/transfer"
|
||||
"github.com/coredns/coredns/request"
|
||||
|
||||
"github.com/miekg/dns"
|
||||
@@ -31,7 +30,7 @@ func TestZoneReload(t *testing.T) {
|
||||
}
|
||||
|
||||
z.ReloadInterval = 500 * time.Millisecond
|
||||
z.Reload(&transfer.Transfer{})
|
||||
z.Reload()
|
||||
time.Sleep(time.Second)
|
||||
|
||||
ctx := context.TODO()
|
||||
|
||||
Reference in New Issue
Block a user