Skip to content

Commit

Permalink
ci: fix the namespace in test
Browse files Browse the repository at this point in the history
fixed the namespace in the vsg
test

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Sep 10, 2024
1 parent 97ef0f5 commit d553f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cephfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ var _ = Describe(cephfsType, func() {
framework.Failf("failed to create CephFS storageclass: %v", err)
}
scName := "csi-cephfs-sc"
base, err := newVolumeGroupSnapshotBase(f, scName, f.UniqueName, false, deployTimeout, 3)
base, err := newVolumeGroupSnapshotBase(f, f.UniqueName, scName, false, deployTimeout, 3)
if err != nil {
framework.Failf("failed to create volumeGroupSnapshot Base: %v", err)
}
Expand Down

0 comments on commit d553f33

Please sign in to comment.