mirror of
https://github.com/rancher/os.git
synced 2025-09-04 16:21:07 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
2
vendor/github.com/fsouza/go-dockerclient/volume_test.go
generated
vendored
2
vendor/github.com/fsouza/go-dockerclient/volume_test.go
generated
vendored
@@ -72,7 +72,7 @@ func TestCreateVolume(t *testing.T) {
|
||||
if req.Method != expectedMethod {
|
||||
t.Errorf("CreateVolume(): Wrong HTTP method. Want %s. Got %s.", expectedMethod, req.Method)
|
||||
}
|
||||
u, _ := url.Parse(client.getURL("/volumes"))
|
||||
u, _ := url.Parse(client.getURL("/volumes/create"))
|
||||
if req.URL.Path != u.Path {
|
||||
t.Errorf("CreateVolume(): Wrong request path. Want %q. Got %q.", u.Path, req.URL.Path)
|
||||
}
|
||||
|
Reference in New Issue
Block a user