mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-19 14:34:17 +00:00
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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user