mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
Fix Cache with ONBUILD
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
@ -74,7 +74,7 @@ func (s *DockerSuite) TestGetContainersAttachWebsocket(c *check.C) {
|
||||
|
||||
// regression gh14320
|
||||
func (s *DockerSuite) TestPostContainersAttachContainerNotFound(c *check.C) {
|
||||
client, err := request.NewClient(daemonHost())
|
||||
client, err := request.NewHTTPClient(daemonHost())
|
||||
c.Assert(err, checker.IsNil)
|
||||
req, err := request.New(daemonHost(), "/containers/doesnotexist/attach", request.Method(http.MethodPost))
|
||||
resp, err := client.Do(req)
|
||||
|
Reference in New Issue
Block a user