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