mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
fix unit tests
This commit is contained in:
@@ -162,9 +162,9 @@ func TestGetUnknownSchemaObjectListGeneric(t *testing.T) {
|
||||
},
|
||||
"handles second specific version": {
|
||||
output: "unlikelyversion",
|
||||
list: "v1beta3",
|
||||
list: "v1",
|
||||
obj1: "unlikelyversion", // doesn't have v1beta3
|
||||
obj2: "v1beta3", // version of the API response
|
||||
obj2: "v1", // version of the API response
|
||||
},
|
||||
"handles common version": {
|
||||
output: "v1beta3",
|
||||
|
||||
Reference in New Issue
Block a user