Skip to content

Commit e621438

Browse files
authored
Merge pull request kubernetes#91975 from wking/to-success-typo
test/e2e/framework/pods: Fix "to success" -> "to succeed"
2 parents 35fc65d + d9cc269 commit e621438

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)