Skip to content

Commit

Permalink
Fix getJobName to use the new backup job name
Browse files Browse the repository at this point in the history
  • Loading branch information
AMecea committed Mar 21, 2019
1 parent 659e9fc commit f3adca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/backup_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ func HaveBackupCond(condType api.BackupConditionType, status corev1.ConditionSta

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

0 comments on commit f3adca1

Please sign in to comment.