dev-v3 test fixes

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

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

Loading…
Cancel
Save