mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Allow go template to work properly with inspect
Closes #11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
committed by
Srini Brahmaroutu
parent
eae272f90e
commit
231d362db7
@@ -251,7 +251,7 @@ func (s *DockerSuite) TestCommitChange(c *check.C) {
|
||||
defer deleteImages(imageId)
|
||||
|
||||
expected := map[string]string{
|
||||
"Config.ExposedPorts": "map[8080/tcp:map[]]",
|
||||
"Config.ExposedPorts": "map[8080/tcp:{}]",
|
||||
"Config.Env": "[DEBUG=true test=1 PATH=/foo]",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user