mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Correct test name typo in validation.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
808557e468
commit
e031513a9b
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user