Merge pull request #5364 from jszczepkowski/e2e-fix

Fixed pods e2e test.
pull/6/head
Brian Grant 2015-03-12 07:25:58 -07:00
commit a8f0139186
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ var _ = Describe("Pods", func() {
pod.Labels["time"] = value
pod.ResourceVersion = podOut.ResourceVersion
pod.UID = podOut.UID
pod.Spec.Host = podOut.Spec.Host
pod, err = podClient.Update(pod)
if err != nil {
Fail(fmt.Sprintf("Failed to update pod: %v", err))