From c3f71ad5487844e4cdd01702d4df3ac8606ca397 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Thu, 17 Sep 2020 17:15:05 -0700 Subject: [PATCH] fix duplicate testcase names --- .../apiserver/pkg/admission/plugin/webhook/testing/testcase.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),