mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #70581 from humblec/validate-correct
Correct test name typo in validation.
This commit is contained in:
		@@ -1750,7 +1750,7 @@ func TestValidateGlusterfs(t *testing.T) {
 | 
				
			|||||||
			errfield: "path",
 | 
								errfield: "path",
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			name:     "missing endpintname and path",
 | 
								name:     "missing endpointname and path",
 | 
				
			||||||
			gfs:      &core.GlusterfsVolumeSource{EndpointsName: "", Path: ""},
 | 
								gfs:      &core.GlusterfsVolumeSource{EndpointsName: "", Path: ""},
 | 
				
			||||||
			errtype:  field.ErrorTypeRequired,
 | 
								errtype:  field.ErrorTypeRequired,
 | 
				
			||||||
			errfield: "endpoints",
 | 
								errfield: "endpoints",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user