dev-v3 test fixes

pull/4955/head
Christopher A. Stelma 7 years ago
parent 4d7084b82d
commit 33c1adfefc

@ -19,6 +19,7 @@ package main
import ( import (
"bytes" "bytes"
"os" "os"
"path/filepath"
"testing" "testing"
"k8s.io/helm/pkg/helm/helmpath" "k8s.io/helm/pkg/helm/helmpath"
@ -43,7 +44,7 @@ func TestEnsureHome(t *testing.T) {
t.Error(err) t.Error(err)
} }
rr, err := repo.LoadRepositoriesFile(hh.RepositoryFile()) rr, err := repo.LoadFile(hh.RepositoryFile())
if err != nil { if err != nil {
t.Error(err) t.Error(err)
} }

Loading…
Cancel
Save