mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
fix failed verify misspell err
This commit is contained in:
parent
3fe980f8ed
commit
c26293b848
@ -314,7 +314,7 @@ func TestValidateServiceCommonGeneratorV1(t *testing.T) {
|
||||
}
|
||||
}
|
||||
if err == nil && len(test.expectErr) != 0 {
|
||||
t.Errorf("validate:%s Expected sucess, Got err: %v", test.name, err)
|
||||
t.Errorf("validate:%s Expected success, Got err: %v", test.name, err)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user