Skip to content

Commit d9cc269

Browse files
committed
test/e2e/framework/pods: Fix "to success" -> "to succeed"
Typo is from 5eb41e9 (Add container lifecycle hook test, 2016-09-23, kubernetes#33389).
1 parent d62762f commit d9cc269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/pods.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func (c *PodClient) WaitForSuccess(name string, timeout time.Duration) {
209209
return false, nil
210210
}
211211
},
212-
)).To(gomega.Succeed(), "wait for pod %q to success", name)
212+
)).To(gomega.Succeed(), "wait for pod %q to succeed", name)
213213
}
214214

215215
// WaitForFinish waits for pod to finish running, regardless of success or failure.

0 commit comments

Comments
 (0)