mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #94872 from roycaihw/typo/fix-webhook-test-name
fix duplicate testcase names in TestValidateCachedClient
This commit is contained in:
commit
299f6b7c60
@ -1006,7 +1006,7 @@ func NewCachedClientTestcases(url *url.URL) []CachedTest {
|
|||||||
ExpectCacheMiss: true,
|
ExpectCacheMiss: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "cached: service webhook, path 'allow'",
|
Name: "cached: url webhook, path 'allow'",
|
||||||
Webhooks: []registrationv1.ValidatingWebhook{{
|
Webhooks: []registrationv1.ValidatingWebhook{{
|
||||||
Name: "cache5",
|
Name: "cache5",
|
||||||
ClientConfig: ccfgURL("allow"),
|
ClientConfig: ccfgURL("allow"),
|
||||||
|
Loading…
Reference in New Issue
Block a user