Remove debug flag

Signed-off-by: Mohammad Forutan <mforutan@users.noreply.github.com>
pull/7874/head
Mohammad Forutan 6 years ago
parent 7c600e09bd
commit 40db16c705
No known key found for this signature in database
GPG Key ID: 61B858AE2B2622E1

@ -662,7 +662,6 @@ func TestLocateChartIgnoringLocalFolderWithRepoURL(t *testing.T) {
instAction.ChartPathOptions.RepoURL = srv.URL() instAction.ChartPathOptions.RepoURL = srv.URL()
instAction.ChartPathOptions.Version = chartVersion instAction.ChartPathOptions.Version = chartVersion
settings.Debug = true
filename, err := instAction.LocateChart(chartName, settings) filename, err := instAction.LocateChart(chartName, settings)
is.Equal(expectedFilename, filename) is.Equal(expectedFilename, filename)

Loading…
Cancel
Save