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
commit 299f6b7c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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