Random fixes (#605)

This commit is contained in:
Miek Gieben 2017-03-18 17:08:39 +00:00 committed by GitHub
parent 830fdfd26d
commit 72f5a92d30
3 changed files with 4 additions and 2 deletions

View file

@ -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(),