diff --git a/pkg/chart/loader/load_test.go b/pkg/chart/loader/load_test.go index e5e9c0c62..59c0a150f 100644 --- a/pkg/chart/loader/load_test.go +++ b/pkg/chart/loader/load_test.go @@ -302,7 +302,7 @@ func TestLoadInvalidArchive(t *testing.T) { illegalChart = filepath.Join(tmpdir, "abs-path2.tgz") writeTar(illegalChart, "files/whatever.yaml", []byte("hello: world")) _, err = Load(illegalChart) - if err.Error() != "validation: No such Chart foundg" { + if err.Error() != "validation: No such Chart found" { t.Error(err) }