diff options
author | 2020-07-08 09:00:26 -0700 | |
---|---|---|
committer | 2020-07-08 09:00:26 -0700 | |
commit | 614d08cba29ed4904d11008e795c081c4f392b77 (patch) | |
tree | e4601abda23ec9d18e2929433c260a37928e1344 /test/auto_test.go | |
parent | 68f1dd5ddf0451cc3a1b24a72c2965b8d896ffba (diff) | |
download | coredns-614d08cba29ed4904d11008e795c081c4f392b77.tar.gz coredns-614d08cba29ed4904d11008e795c081c4f392b77.tar.zst coredns-614d08cba29ed4904d11008e795c081c4f392b77.zip |
Revert "Implement notifies for transfer plugin (#3972)" (#3995)
This reverts commit 68f1dd5ddf0451cc3a1b24a72c2965b8d896ffba.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'test/auto_test.go')
-rw-r--r-- | test/auto_test.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/auto_test.go b/test/auto_test.go index 3dd0fdf79..f7e5faecd 100644 --- a/test/auto_test.go +++ b/test/auto_test.go @@ -120,9 +120,7 @@ func TestAutoAXFR(t *testing.T) { auto { directory ` + tmpdir + ` db\.(.*) {1} reload 1s - } - transfer { - to * + transfer to * } }` |