Skip to content

Commit

Permalink
Clean up events.go test by removing HostPort
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Yeon committed Feb 19, 2015
1 parent 053dd78 commit 84b0bcf
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 84b0bcf

Please sign in to comment.