mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update dependencies
This commit is contained in:
2
vendor/github.com/fsouza/go-dockerclient/container_test.go
generated
vendored
2
vendor/github.com/fsouza/go-dockerclient/container_test.go
generated
vendored
@@ -2686,7 +2686,7 @@ type sleepyRoudTripper struct {
|
||||
|
||||
func (rt *sleepyRoudTripper) RoundTrip(r *http.Request) (*http.Response, error) {
|
||||
time.Sleep(rt.sleepDuration)
|
||||
return nil, fmt.Errorf("Can't complete roung trip")
|
||||
return nil, fmt.Errorf("Can't complete round trip")
|
||||
}
|
||||
|
||||
func TestInspectContainerWhenContextTimesOut(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user