fix duplicate testcase names

This commit is contained in:
Haowei Cai 2020-09-17 17:15:05 -07:00
parent ff1d6e8c1d
commit c3f71ad548

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