This commit is contained in:
Erin Dachtler 2016-05-26 11:03:40 -07:00
parent b79535f369
commit 45589d5133

View file

@ -263,7 +263,7 @@ func TestDockerGetPort(t *testing.T) {
NetworkSettings: &docker.NetworkSettings{
NetworkSettingsBase: docker.NetworkSettingsBase{
Ports: nat.PortMap{
"80/tcp": {},
"80/tcp": {}, // TODO: Change so there is no exposed port
},
},
},