diff options
author | 2019-02-20 19:12:21 +0700 | |
---|---|---|
committer | 2019-02-20 07:12:21 -0500 | |
commit | e78d9a7893d8f51122f25e396935085bd9afe266 (patch) | |
tree | 57a243b41c09947b049b562bad9a32fcd148307a /plugin/file/secondary_test.go | |
parent | 3c23aac2d3433dff062e5f5c7a275b886a3f31cb (diff) | |
download | coredns-e78d9a7893d8f51122f25e396935085bd9afe266.tar.gz coredns-e78d9a7893d8f51122f25e396935085bd9afe266.tar.zst coredns-e78d9a7893d8f51122f25e396935085bd9afe266.zip |
Remove some duplicate worlds (#2582)
Signed-off-by: Nguyen Phuong An <AnNP@vn.fujitsu.com>
Diffstat (limited to 'plugin/file/secondary_test.go')
-rw-r--r-- | plugin/file/secondary_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/secondary_test.go b/plugin/file/secondary_test.go index b140dfe01..bc65c2d99 100644 --- a/plugin/file/secondary_test.go +++ b/plugin/file/secondary_test.go @@ -146,7 +146,7 @@ func TestIsNotify(t *testing.T) { // need to set opcode state.Req.Opcode = dns.OpcodeNotify - z.TransferFrom = []string{"10.240.0.1:53"} // IP from from testing/responseWriter + z.TransferFrom = []string{"10.240.0.1:53"} // IP from testing/responseWriter if !z.isNotify(state) { t.Fatal("Should have been valid notify") } |