fix unit tests

This commit is contained in:
Chao Xu
2015-06-04 15:07:41 -07:00
parent dfc77f7883
commit 1605fc7347
3 changed files with 11 additions and 11 deletions

View File

@@ -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",