mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Fix mixed indentation within tests (#3855)
Signed-off-by: Ambrose Chua <ambrose@chua.family>
This commit is contained in:
@@ -13,8 +13,7 @@ import (
|
||||
func TestChaos(t *testing.T) {
|
||||
corefile := `.:0 {
|
||||
chaos
|
||||
}
|
||||
`
|
||||
}`
|
||||
|
||||
i, udp, _, err := CoreDNSServerAndPorts(corefile)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user