diff --git a/pkg/repo/chartrepo_test.go b/pkg/repo/chartrepo_test.go index 096f1b60d..bdd214b22 100644 --- a/pkg/repo/chartrepo_test.go +++ b/pkg/repo/chartrepo_test.go @@ -413,6 +413,6 @@ func TestEntry_URLWithTrailingSlash(t *testing.T) { e = Entry{URL: urlWithoutTrailingSlash} if e.URLWithTrailingSlash() != urlWithTrailingSlash { - t.Errorf("Expected repository URL without trailing slash") + t.Errorf("Expected repository URL with trailing slash") } }