Removing unneeded fields from Cluster API object

This commit is contained in:
nikhiljindal
2016-06-28 13:37:03 -07:00
parent 1f62850007
commit 88b10b1dc0
12 changed files with 125 additions and 1399 deletions

View File

@@ -568,7 +568,7 @@ func TestDescribeCluster(t *testing.T) {
if err != nil {
t.Errorf("unexpected error: %v", err)
}
if !strings.Contains(out, "foo") || !strings.Contains(out, "Version:") {
if !strings.Contains(out, "foo") {
t.Errorf("unexpected out: %s", out)
}
}