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:
@@ -15,8 +15,7 @@ func TestProxyThreeWay(t *testing.T) {
|
||||
erratic {
|
||||
drop 2
|
||||
}
|
||||
}
|
||||
`
|
||||
}`
|
||||
|
||||
up1, err := CoreDNSServer(corefileUp1)
|
||||
if err != nil {
|
||||
@@ -26,8 +25,7 @@ func TestProxyThreeWay(t *testing.T) {
|
||||
|
||||
corefileUp2 := `example.org:0 {
|
||||
whoami
|
||||
}
|
||||
`
|
||||
}`
|
||||
|
||||
up2, err := CoreDNSServer(corefileUp2)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user