Commit 508e2981 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #47119 from zjj2wry/cccc

Automatic merge from submit-queue (batch tested with PRs 47227, 47119, 46280, 47414, 46696) controller: fix error message **What this PR does / why we need it**: just fix error typo, think you :) **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents 418c319e 4d81972a
......@@ -449,7 +449,7 @@ func TestStatefulPodControlDeleteFailure(t *testing.T) {
return true, nil, apierrors.NewInternalError(errors.New("API server down"))
})
if err := control.DeleteStatefulPod(set, pod); err == nil {
t.Error("Fialed to return error on failed delete")
t.Error("Failed to return error on failed delete")
}
events := collectEvents(recorder.Events)
if eventCount := len(events); eventCount != 1 {
......
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