Commit f24531c8 authored by Jerzy Szczepkowski's avatar Jerzy Szczepkowski

Fixed pods e2e test.

Fixed pods e2e test. The test was failing due to PR #5256.
parent a3fd0a9f
...@@ -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