diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testing/testcase.go b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testing/testcase.go index 14cd8a9a119..d6ae57247bd 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testing/testcase.go +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testing/testcase.go @@ -1006,7 +1006,7 @@ func NewCachedClientTestcases(url *url.URL) []CachedTest { ExpectCacheMiss: true, }, { - Name: "cached: service webhook, path 'allow'", + Name: "cached: url webhook, path 'allow'", Webhooks: []registrationv1.ValidatingWebhook{{ Name: "cache5", ClientConfig: ccfgURL("allow"),