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:
3
vendor/github.com/fsouza/go-dockerclient/build_test.go
generated
vendored
3
vendor/github.com/fsouza/go-dockerclient/build_test.go
generated
vendored
@@ -18,6 +18,7 @@ import (
|
||||
)
|
||||
|
||||
func TestBuildImageMultipleContextsError(t *testing.T) {
|
||||
t.Parallel()
|
||||
fakeRT := &FakeRoundTripper{message: "", status: http.StatusOK}
|
||||
client := newTestClient(fakeRT)
|
||||
var buf bytes.Buffer
|
||||
@@ -39,6 +40,7 @@ func TestBuildImageMultipleContextsError(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestBuildImageContextDirDockerignoreParsing(t *testing.T) {
|
||||
t.Parallel()
|
||||
fakeRT := &FakeRoundTripper{message: "", status: http.StatusOK}
|
||||
client := newTestClient(fakeRT)
|
||||
|
||||
@@ -110,6 +112,7 @@ func TestBuildImageContextDirDockerignoreParsing(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestBuildImageSendXRegistryConfig(t *testing.T) {
|
||||
t.Parallel()
|
||||
fakeRT := &FakeRoundTripper{message: "", status: http.StatusOK}
|
||||
client := newTestClient(fakeRT)
|
||||
var buf bytes.Buffer
|
||||
|
||||
Reference in New Issue
Block a user