Merge pull request #92418 from panpan0000/static-check-server-healthz

Fix static check failures for staging/src/k8s.io/apiserver/pkg/server/healthz

Kubernetes-commit: 99d645d3f3200e2eb11ecdab69f552c7aeb51eb7
This commit is contained in:
Kubernetes Publisher 2020-08-27 17:57:08 -07:00
commit 79771e0325
1 changed files with 0 additions and 3 deletions

View File

@ -207,9 +207,6 @@ func TestFormatQuoted(t *testing.T) {
}
func TestGetExcludedChecks(t *testing.T) {
type args struct {
r *http.Request
}
tests := []struct {
name string
r *http.Request