mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
e2e: fix typo
Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
This commit is contained in:
parent
cb74487f75
commit
60c98837ca
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user