mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
Remove some duplicate worlds (#2582)
Signed-off-by: Nguyen Phuong An <AnNP@vn.fujitsu.com>
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user