Skip to content

Commit f3adca1

Browse files
committed
Fix getJobName to use the new backup job name
1 parent 659e9fc commit f3adca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/backup_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ func HaveBackupCond(condType api.BackupConditionType, status corev1.ConditionSta
106106

107107
// GetNameForJob returns the job name of a backup
108108
func GetNameForJob(backup *api.MysqlBackup) string {
109-
return fmt.Sprintf("%s-bjob", backup.Name)
109+
return fmt.Sprintf("%s-backup", backup.Name)
110110
}

0 commit comments

Comments
 (0)