Commit a87db883 authored by Chao Xu's avatar Chao Xu

manual fix testapi

parent 43fcb224
...@@ -33,9 +33,9 @@ import ( ...@@ -33,9 +33,9 @@ import (
) )
var ( var (
Groups = make(map[string]TestGroup) Groups = make(map[string]TestGroup)
Default TestGroup Default TestGroup
Experimental TestGroup Extensions TestGroup
) )
type TestGroup struct { type TestGroup struct {
...@@ -71,7 +71,7 @@ func init() { ...@@ -71,7 +71,7 @@ func init() {
} }
Default = Groups[""] Default = Groups[""]
Experimental = Groups["extensions"] Extensions = Groups["extensions"]
} }
// Version returns the API version to test against, as set by the KUBE_TEST_API env var. // Version returns the API version to test against, as set by the KUBE_TEST_API env var.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment