From 8622b051040d51ad2352ca42a63a8d85dc13cb3d 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 Kubernetes-commit: c3f71ad5487844e4cdd01702d4df3ac8606ca397 --- pkg/admission/plugin/webhook/testing/testcase.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/admission/plugin/webhook/testing/testcase.go b/pkg/admission/plugin/webhook/testing/testcase.go index 14cd8a9a1..d6ae57247 100644 --- a/pkg/admission/plugin/webhook/testing/testcase.go +++ b/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"),