Update tests to handle codec changes

This commit is contained in:
Clayton Coleman
2016-01-22 00:06:52 -05:00
parent 2fd38a7dc0
commit 33085c0cf2
34 changed files with 147 additions and 181 deletions

View File

@@ -30,8 +30,6 @@ import (
"k8s.io/kubernetes/pkg/version"
)
const nameRequiredError = "resource name may not be empty"
func TestGetServerVersion(t *testing.T) {
expect := version.Info{
Major: "foo",