Unverified Commit 99b8a0d0 authored by Sebastien Plisson's avatar Sebastien Plisson Committed by Matthew Fisher

Removed test requiring repository field to allow local chart dependency

Signed-off-by: 's avatarSebastien Plisson <sebastien.plisson@gmail.com>
parent e8ab69cc
......@@ -113,14 +113,6 @@ func TestGetRepoNames(t *testing.T) {
},
err: true,
},
{
name: "dependency entry missing 'repository' field -- e.g. spelled 'repo'",
req: []*chartutil.Dependency{
{Name: "dependency-missing-repository-field"},
},
err: true,
expectedErr: "no 'repository' field specified for dependency: \"dependency-missing-repository-field\"",
},
{
name: "dependency repository is url but not exist in repos",
req: []*chartutil.Dependency{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment