Use an up-to-date nginx image for e2e tests

This commit is contained in:
Jeff Lowdermilk
2015-04-02 10:15:20 -07:00
parent c25a1be03a
commit 7abcba9017
2 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ var _ = Describe("Services", func() {
},
}
By("submitting the pod to kuberenetes")
By("submitting the pod to kubernetes")
defer func() {
By("deleting the pod")
defer GinkgoRecover()