Unverified Commit b687e9e8 authored by Nikhil Manchanda's avatar Nikhil Manchanda Committed by GitHub

Merge pull request #3709 from adshmh/fix-output-leak-of-tiller-release-install-test

fix output leak from tiller release install test
parents 2a86164c a43ddcc1
......@@ -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