Commit a8f01391 authored by Brian Grant's avatar Brian Grant

Merge pull request #5364 from jszczepkowski/e2e-fix

Fixed pods e2e test.
parents 3cbe9aad f24531c8
...@@ -250,6 +250,7 @@ var _ = Describe("Pods", func() { ...@@ -250,6 +250,7 @@ var _ = Describe("Pods", func() {
pod.Labels["time"] = value pod.Labels["time"] = value
pod.ResourceVersion = podOut.ResourceVersion pod.ResourceVersion = podOut.ResourceVersion
pod.UID = podOut.UID pod.UID = podOut.UID
pod.Spec.Host = podOut.Spec.Host
pod, err = podClient.Update(pod) pod, err = podClient.Update(pod)
if err != nil { if err != nil {
Fail(fmt.Sprintf("Failed to update pod: %v", err)) Fail(fmt.Sprintf("Failed to update pod: %v", err))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment