fix typo on ServiceCIDR e2e test title

This commit is contained in:
Antonio Ojea 2024-09-09 11:06:52 +00:00
parent 93aa0b056e
commit 2c38ae726a

View File

@ -61,7 +61,7 @@ var _ = common.SIGDescribe(feature.ServiceCIDRs, framework.WithFeatureGate(featu
})
ginkgo.It("should create Services and servce on different Service CIDRs", func(ctx context.Context) {
ginkgo.It("should create Services and serve on different Service CIDRs", func(ctx context.Context) {
// create a new service CIDR
svcCIDR := &networkingv1beta1.ServiceCIDR{
ObjectMeta: metav1.ObjectMeta{