Commit 19a33b3f authored by Michelle Noorali's avatar Michelle Noorali

fix(helm): fix itermittent release testing failures

parent ec2597d0
......@@ -201,7 +201,7 @@ func (c *fakeReleaseClient) ReleaseHistory(rlsName string, opts ...helm.HistoryO
func (c *fakeReleaseClient) RunReleaseTest(rlsName string, opts ...helm.ReleaseTestOption) (<-chan *rls.TestReleaseResponse, <-chan error) {
results := make(chan *rls.TestReleaseResponse, len(c.responses))
results := make(chan *rls.TestReleaseResponse)
errc := make(chan error, 1)
go func() {
......
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