Merge pull request #4609 from fabioy/dev1

Clean up events.go test by removing HostPort
This commit is contained in:
Yu-Ju Hong 2015-02-19 11:36:10 -08:00
commit eb0eb2bb9e

View File

@ -64,7 +64,7 @@ var _ = Describe("Events", func() {
{
Name: "p",
Image: "kubernetes/serve_hostname",
Ports: []api.Port{{ContainerPort: 80, HostPort: 8080}},
Ports: []api.Port{{ContainerPort: 80}},
},
},
},