mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove erroneous Println
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
7dabed019a
commit
eb396e8984
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ func (s *DockerSuite) TestContainerAPIGetJSONNoFieldsOmitted(c *check.C) {
|
|||
c.Assert(err, checker.IsNil)
|
||||
c.Assert(containers, checker.HasLen, startCount+1)
|
||||
actual := fmt.Sprintf("%+v", containers[0])
|
||||
fmt.Println(actual)
|
||||
|
||||
// empty Labels field triggered this bug, make sense to check for everything
|
||||
// cause even Ports for instance can trigger this bug
|
||||
|
|
Loading…
Reference in a new issue