diff --git a/pkg/controller/backup_controller_test.go b/pkg/controller/backup_controller_test.go index 3776bdb20..df2e22a22 100644 --- a/pkg/controller/backup_controller_test.go +++ b/pkg/controller/backup_controller_test.go @@ -1058,7 +1058,7 @@ func TestProcessBackupCompletions(t *testing.T) { FormatVersion: "1.1.0", StartTimestamp: ×tamp, Expiration: ×tamp, - CSIVolumeSnapshotsAttempted: 1, + CSIVolumeSnapshotsAttempted: 0, CSIVolumeSnapshotsCompleted: 0, }, }, @@ -1180,7 +1180,7 @@ func TestProcessBackupCompletions(t *testing.T) { FormatVersion: "1.1.0", StartTimestamp: ×tamp, Expiration: ×tamp, - CSIVolumeSnapshotsAttempted: 1, + CSIVolumeSnapshotsAttempted: 0, CSIVolumeSnapshotsCompleted: 0, }, }, @@ -1262,7 +1262,7 @@ func TestProcessBackupCompletions(t *testing.T) { FormatVersion: "1.1.0", StartTimestamp: ×tamp, Expiration: ×tamp, - CSIVolumeSnapshotsAttempted: 1, + CSIVolumeSnapshotsAttempted: 0, CSIVolumeSnapshotsCompleted: 0, }, },