fix duplicate testcase names
Kubernetes-commit: c3f71ad5487844e4cdd01702d4df3ac8606ca397
This commit is contained in:
parent
3a79dc9491
commit
8622b05104
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue