Reminder
This commit is contained in:
parent
b79535f369
commit
45589d5133
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ func TestDockerGetPort(t *testing.T) {
|
||||||
NetworkSettings: &docker.NetworkSettings{
|
NetworkSettings: &docker.NetworkSettings{
|
||||||
NetworkSettingsBase: docker.NetworkSettingsBase{
|
NetworkSettingsBase: docker.NetworkSettingsBase{
|
||||||
Ports: nat.PortMap{
|
Ports: nat.PortMap{
|
||||||
"80/tcp": {},
|
"80/tcp": {}, // TODO: Change so there is no exposed port
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue