Commit 702e506a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #46687 from zjj2wry/delete_unuse_error

Automatic merge from submit-queue Delete unuse err check **What this PR does / why we need it**: err has fatal, this err check can't execute. **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**: thank you ~ **Release note**: ```release-note NONE ```
parents 54902739 7a55b566
......@@ -154,8 +154,4 @@ func (test getContextsTest) run(t *testing.T) {
}
return
}
if err != nil {
t.Errorf("Unexpected error: %v", err)
}
}
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