e2e: fix typo

Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
This commit is contained in:
riya-singhal31 2023-02-14 15:49:00 +05:30 committed by mergify[bot]
parent cb74487f75
commit 60c98837ca

View File

@ -1702,7 +1702,7 @@ var _ = Describe(cephfsType, func() {
By("checking snapshot-backed volume", func() {
err := createCephFSSnapshotClass(f)
if err != nil {
framework.Failf("failed to delete CephFS storageclass: %v", err)
framework.Failf("failed to create CephFS snapshotclass: %v", err)
}
pvc, err := loadPVC(pvcPath)