mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 19:56:06 +00:00
Merge pull request #4869 from reasonerjt/ren-dbr-test
Change the name of UT to be more consistent
This commit is contained in:
@@ -101,7 +101,7 @@ func setupBackupDeletionControllerTest(t *testing.T, req *velerov1api.DeleteBack
|
||||
return data
|
||||
}
|
||||
|
||||
func TestBackupDeletionControllerProcessRequest(t *testing.T) {
|
||||
func TestBackupDeletionControllerReconcile(t *testing.T) {
|
||||
t.Run("failed to get backup store", func(t *testing.T) {
|
||||
backup := builder.ForBackup(velerov1api.DefaultNamespace, "foo").StorageLocation("default").Result()
|
||||
location := &velerov1api.BackupStorageLocation{
|
||||
|
||||
Reference in New Issue
Block a user