mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-05-28 04:35:50 -04:00
Fix typo in get_test.go
overide -> override Kubernetes-commit: 10cdb0546aa7b89d8d6ab93d0826e4cda5c060eb
This commit is contained in:
parent
d60dc31db4
commit
be8cd595fc
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ func TestGetObjectsWithOpenAPIOutputFormatPresent(t *testing.T) {
|
|||
defer tf.Cleanup()
|
||||
codec := scheme.Codecs.LegacyCodec(scheme.Scheme.PrioritizedVersionsAllGroups()...)
|
||||
|
||||
// overide the openAPISchema function to return custom output
|
||||
// override the openAPISchema function to return custom output
|
||||
// for Pod type.
|
||||
tf.OpenAPISchemaFunc = testOpenAPISchemaData
|
||||
tf.UnstructuredClient = &fake.RESTClient{
|
||||
|
|
|
|||
Loading…
Reference in a new issue