mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 09:47:06 +00:00
Merge pull request #91975 from wking/to-success-typo
test/e2e/framework/pods: Fix "to success" -> "to succeed"
This commit is contained in:
@@ -209,7 +209,7 @@ func (c *PodClient) WaitForSuccess(name string, timeout time.Duration) {
|
|||||||
return false, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
)).To(gomega.Succeed(), "wait for pod %q to success", name)
|
)).To(gomega.Succeed(), "wait for pod %q to succeed", name)
|
||||||
}
|
}
|
||||||
|
|
||||||
// WaitForFinish waits for pod to finish running, regardless of success or failure.
|
// WaitForFinish waits for pod to finish running, regardless of success or failure.
|
||||||
|
Reference in New Issue
Block a user