Skip to content

Commit 2c38ae7

Browse files
committed
fix typo on ServiceCIDR e2e test title
1 parent 93aa0b0 commit 2c38ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/network/service_cidrs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var _ = common.SIGDescribe(feature.ServiceCIDRs, framework.WithFeatureGate(featu
6161

6262
})
6363

64-
ginkgo.It("should create Services and servce on different Service CIDRs", func(ctx context.Context) {
64+
ginkgo.It("should create Services and serve on different Service CIDRs", func(ctx context.Context) {
6565
// create a new service CIDR
6666
svcCIDR := &networkingv1beta1.ServiceCIDR{
6767
ObjectMeta: metav1.ObjectMeta{

0 commit comments

Comments
 (0)