Merge pull request #97875 from heqg/typo-invalide

Fix typo of invalide in validation_test.go]
This commit is contained in:
Kubernetes Prow Robot 2021-01-13 16:57:03 -08:00 committed by GitHub
commit 740bcc8e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -588,7 +588,7 @@ func TestValidateEndpointSliceUpdate(t *testing.T) {
},
// expected errors
"invalide node name set": {
"invalid node name set": {
oldEndpointSlice: &discovery.EndpointSlice{
ObjectMeta: standardMeta,
AddressType: discovery.AddressTypeIPv4,