From 8c727429c4bb9fb2daf3b681eedb5157886f9880 Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Thu, 2 Nov 2023 17:06:19 -0400 Subject: [PATCH] revert test changes Signed-off-by: Tiger Kaovilai --- pkg/controller/backup_controller_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, }, },