Commit a43ddcc1 authored by Arash Deshmeh's avatar Arash Deshmeh

fix output leak from tiller release install test

Signed-off-by: 's avatarArash Deshmeh <adeshmeh@ca.ibm.com>
parent 4711d5b8
......@@ -468,7 +468,6 @@ func TestInstallRelease_KubeVersion(t *testing.T) {
},
}
_, err := rs.InstallRelease(c, req)
fmt.Println(err)
if err != nil {
t.Fatalf("Expected valid range. Got %q", err)
}
......
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