Skip to content

Commit

Permalink
Merge pull request kubernetes#4609 from fabioy/dev1
Browse files Browse the repository at this point in the history
Clean up events.go test by removing HostPort
  • Loading branch information
yujuhong committed Feb 19, 2015
2 parents fc95506 + 84b0bcf commit eb0eb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
},
},
},
Expand Down

0 comments on commit eb0eb2b

Please sign in to comment.