mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 10:25:10 -05: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