mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
Random fixes (#605)
This commit is contained in:
@@ -2,6 +2,7 @@ package proxy
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
@@ -14,6 +15,8 @@ import (
|
||||
)
|
||||
|
||||
func TestHealthCheck(t *testing.T) {
|
||||
log.SetOutput(ioutil.Discard)
|
||||
|
||||
upstream := &staticUpstream{
|
||||
from: ".",
|
||||
Hosts: testPool(),
|
||||
|
||||
Reference in New Issue
Block a user