diff --git a/pkg/app/destroy_test.go b/pkg/app/destroy_test.go index 774df162..d9ead97f 100644 --- a/pkg/app/destroy_test.go +++ b/pkg/app/destroy_test.go @@ -16,9 +16,9 @@ import ( ) const ( - helmV2ListFlags = "--kube-contextdefault--deleting--deployed--failed--pending" + helmV2ListFlags = "--kube-contextdefault--deleting--deployed--failed--pending" helmV2ListFlagsWithoutKubeContext = "--deleting--deployed--failed--pending" - helmV3ListFlags = "--kube-contextdefault--uninstalling--deployed--failed--pending" + helmV3ListFlags = "--kube-contextdefault--uninstalling--deployed--failed--pending" helmV3ListFlagsWithoutKubeContext = "--uninstalling--deployed--failed--pending" )