remove statusOk, use testify assert

pull/8423/head
ys.achinta 5 years ago
parent cf64fdb9f0
commit f23dd173e8

@ -9,10 +9,10 @@ import (
"strings"
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
"gotest.tools/assert"
"helm.sh/helm/v3/pkg/api"
"helm.sh/helm/v3/pkg/api/logger"

@ -66,7 +66,6 @@ func List(svc Service) http.Handler {
return
}
w.WriteHeader(http.StatusOK)
w.Write(payload)
})
}

Loading…
Cancel
Save