mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
Fix mixed indentation within tests (#3855)
Signed-off-by: Ambrose Chua <ambrose@chua.family>
This commit is contained in:
@@ -29,11 +29,11 @@ func TestLargeAXFR(t *testing.T) {
|
||||
defer rm()
|
||||
|
||||
corefile := `example.com:0 {
|
||||
file ` + name + ` {
|
||||
transfer to *
|
||||
}
|
||||
}
|
||||
`
|
||||
file ` + name + ` {
|
||||
transfer to *
|
||||
}
|
||||
}`
|
||||
|
||||
// Start server, and send an AXFR query to the TCP port. We set the deadline to prevent the test from hanging.
|
||||
i, _, tcp, err := CoreDNSServerAndPorts(corefile)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user