Random fixes (#605)
This commit is contained in:
parent
830fdfd26d
commit
72f5a92d30
3 changed files with 4 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue