fix duplicate testcase names

Kubernetes-commit: c3f71ad5487844e4cdd01702d4df3ac8606ca397
This commit is contained in:
Haowei Cai 2020-09-17 17:15:05 -07:00 committed by Kubernetes Publisher
parent 3a79dc9491
commit 8622b05104
1 changed files with 1 additions and 1 deletions

View File

@ -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"),