Skip to content

Commit

Permalink
Merge pull request kubernetes#5364 from jszczepkowski/e2e-fix
Browse files Browse the repository at this point in the history
Fixed pods e2e test.
  • Loading branch information
bgrant0607 committed Mar 12, 2015
2 parents 3cbe9aa + f24531c commit a8f0139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit a8f0139

Please sign in to comment.