Skip to content

Commit

Permalink
fix(tests): update new test name
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Field <[email protected]>
  • Loading branch information
cfi2017 committed Jan 28, 2025
1 parent 73e6acb commit e8c8283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/util/csi/volume_snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1030,11 +1030,12 @@ func TestGetVolumeSnapshotClass(t *testing.T) {
expectError: false,
},
{
name: "footwithoutlabel VSC annotations on StorageClass",
name: "sctest VSC annotations on StorageClass",
storageClass: foolabelStorageClass,
pvc: pvcNone,
backup: backupNone,
expectedVSC: sctestClass,
expectError: false,
},
{
name: "foowithoutlabel VSC annotations on pvc, but csi driver does not match, no annotation on backup so fallback to default behavior of labels",
Expand Down

0 comments on commit e8c8283

Please sign in to comment.