fix(helm): fix itermittent release testing failures

pull/2462/head
Michelle Noorali 7 years ago
parent ec2597d03d
commit 19a33b3f95

@ -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() {

Loading…
Cancel
Save