Merge pull request #94872 from roycaihw/typo/fix-webhook-test-name

fix duplicate testcase names in TestValidateCachedClient
This commit is contained in:
Kubernetes Prow Robot
2020-09-22 14:42:23 -07:00
committed by GitHub

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