test(e2e): fix apiextensions typo in ginkgo description

Rename apiextentions to apiextensions in the APIExtensions test
describe string. Test behavior is unchanged.

Signed-off-by: Pranjal Manhgaye <manhgayepranjal@gmail.com>
This commit is contained in:
Pranjal Manhgaye
2026-08-18 14:32:13 +05:30
parent 83de7cab47
commit eea2618161
+1 -1
View File
@@ -392,7 +392,7 @@ var _ = Describe(
APIGroupVersionsTest,
)
var _ = Describe(
"CRD of apiextentions v1beta1 should be B/R successfully from cluster(k8s version < 1.22) to cluster(k8s version >= 1.22)",
"CRD of apiextensions v1beta1 should be B/R successfully from cluster(k8s version < 1.22) to cluster(k8s version >= 1.22)",
Label("APIGroup", "APIExtensions", "SKIP_KIND"),
APIExtensionsVersionsTest,
)