Skip to content

Commit

Permalink
Merge pull request kubernetes#123437 from tenzen-y/fix-job-validatioi…
Browse files Browse the repository at this point in the history
…n-test-name

Job: Fix test case names for the validations
  • Loading branch information
k8s-ci-robot committed Mar 2, 2024
2 parents 4164e7c + cc515bd commit 1fceb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/batch/validation/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ func TestValidateJobUpdate(t *testing.T) {
Field: "spec.podFailurePolicy",
},
},
"remove pod failure policy": {
"update pod failure policy": {
old: batch.Job{
ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
Spec: batch.JobSpec{
Expand Down Expand Up @@ -1452,7 +1452,7 @@ func TestValidateJobUpdate(t *testing.T) {
Field: "spec.podFailurePolicy",
},
},
"update pod failure policy": {
"remove pod failure policy": {
old: batch.Job{
ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
Spec: batch.JobSpec{
Expand Down

0 comments on commit 1fceb81

Please sign in to comment.