mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update vendor/ dir to latest w/o heroku, moby
had to lock a lot of things in place
This commit is contained in:
1
vendor/github.com/fsouza/go-dockerclient/client_unix_test.go
generated
vendored
1
vendor/github.com/fsouza/go-dockerclient/client_unix_test.go
generated
vendored
@@ -22,6 +22,7 @@ const (
|
||||
)
|
||||
|
||||
func TestNewTSLAPIClientUnixEndpoint(t *testing.T) {
|
||||
t.Parallel()
|
||||
srv, cleanup, err := newNativeServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
w.Write([]byte("ok"))
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user