mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
TestAttachPausedContainer: relax error-message matching
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -195,6 +195,6 @@ func (s *DockerCLIAttachSuite) TestAttachPausedContainer(c *testing.T) {
|
||||
result.Assert(c, icmd.Expected{
|
||||
Error: "exit status 1",
|
||||
ExitCode: 1,
|
||||
Err: "You cannot attach to a paused container, unpause it first",
|
||||
Err: "cannot attach to a paused container",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user