Fix typo in get_test.go

overide -> override
This commit is contained in:
Ikko Ashimine
2021-12-13 22:56:22 +09:00
committed by GitHub
parent 770847e6b0
commit 10cdb0546a

View File

@@ -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{