mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Job: Fix test case names for the validations
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
This commit is contained in:
		@@ -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{
 | 
			
		||||
@@ -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{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user