Skip to content

Commit c3f71ad

Browse files
committed
fix duplicate testcase names
1 parent ff1d6e8 commit c3f71ad

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testing

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testing/testcase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ func NewCachedClientTestcases(url *url.URL) []CachedTest {
10061006
ExpectCacheMiss: true,
10071007
},
10081008
{
1009-
Name: "cached: service webhook, path 'allow'",
1009+
Name: "cached: url webhook, path 'allow'",
10101010
Webhooks: []registrationv1.ValidatingWebhook{{
10111011
Name: "cache5",
10121012
ClientConfig: ccfgURL("allow"),

0 commit comments

Comments
 (0)