mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
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 ```
This commit is contained in:
commit
702e506a69
@ -154,8 +154,4 @@ func (test getContextsTest) run(t *testing.T) {
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
t.Errorf("Unexpected error: %v", err)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user