From 2f2338465444c974af8235474f71f4810f96ed03 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Sat, 16 Sep 2023 11:54:05 +0800 Subject: [PATCH] fix tests Signed-off-by: yxxhero --- pkg/app/app_lint_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/app/app_lint_test.go b/pkg/app/app_lint_test.go index a6a1a0e1..a2e6f0ca 100644 --- a/pkg/app/app_lint_test.go +++ b/pkg/app/app_lint_test.go @@ -202,8 +202,6 @@ releases: error: ``, selectors: []string{"app=test"}, linted: []exectest.Release{ - // TODO: Turned out we can't differentiate needs vs transitive needs in this case :thinking: - {Name: "logging", Flags: []string{"--namespace", "kube-system"}}, {Name: "kubernetes-external-secrets", Flags: []string{"--namespace", "kube-system"}}, {Name: "external-secrets", Flags: []string{"--namespace", "default"}}, {Name: "my-release", Flags: []string{"--namespace", "default"}},