1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #43866 from olljanat/win-enable-attach-websocket

integration-cli: Enable TestGetContainersAttachWebsocket for Windows
This commit is contained in:
Sebastiaan van Stijn 2022-07-26 14:20:05 +02:00 committed by GitHub
commit 2bfc7aedab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,7 @@ import (
)
func (s *DockerAPISuite) TestGetContainersAttachWebsocket(c *testing.T) {
testRequires(c, DaemonIsLinux)
out, _ := dockerCmd(c, "run", "-dit", "busybox", "cat")
out, _ := dockerCmd(c, "run", "-di", "busybox", "cat")
rwc, err := request.SockConn(10*time.Second, request.DaemonHost())
assert.NilError(c, err)