From 2a931b5a4967a888c90abf964e4cf4a205bccc63 Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Tue, 28 Jan 2025 09:54:21 +0100 Subject: [PATCH] fix(tests): update new test name --- pkg/util/csi/volume_snapshot_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/util/csi/volume_snapshot_test.go b/pkg/util/csi/volume_snapshot_test.go index 2944ca9475..6d14bc8276 100644 --- a/pkg/util/csi/volume_snapshot_test.go +++ b/pkg/util/csi/volume_snapshot_test.go @@ -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",