From 298508518ff42d61ad53756003267f758d4505c9 Mon Sep 17 00:00:00 2001 From: Lency Qian Date: Tue, 19 Mar 2024 10:34:03 +0800 Subject: [PATCH] helm test --- api/pkg/apis/v1alpha1/providers/target/helm/helm_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pkg/apis/v1alpha1/providers/target/helm/helm_test.go b/api/pkg/apis/v1alpha1/providers/target/helm/helm_test.go index 540d33f2f..44edc9dbd 100644 --- a/api/pkg/apis/v1alpha1/providers/target/helm/helm_test.go +++ b/api/pkg/apis/v1alpha1/providers/target/helm/helm_test.go @@ -201,7 +201,7 @@ func TestHelmTargetProviderGet(t *testing.T) { // TestHelmTargetProviderInstallNoOci tests the Apply function of HelmTargetProvider with no OCI registry func TestHelmTargetProviderInstallNoOci(t *testing.T) { // To run this test case successfully, you shouldn't have a symphony Helm chart already deployed to your current Kubernetes context - testSymphonyHelmVersion := os.Getenv("TEST_SYMPHONY_HELM_VERSIONS") + testSymphonyHelmVersion := os.Getenv("TEST_SYMPHONY_HELM_VERSION") if testSymphonyHelmVersion == "" { t.Skip("Skipping because TEST_SYMPHONY_HELM_VERSION environment variable is not set") } @@ -245,7 +245,7 @@ func TestHelmTargetProviderInstallNoOci(t *testing.T) { func TestHelmTargetProviderInstallNginxIngress(t *testing.T) { // To run this test case successfully, you shouldn't have a symphony Helm chart already deployed to your current Kubernetes context - testSymphonyHelmVersion := os.Getenv("TEST_SYMPHONY_HELM_VERSIONS") + testSymphonyHelmVersion := os.Getenv("TEST_SYMPHONY_HELM_VERSION") if testSymphonyHelmVersion == "" { t.Skip("Skipping because TEST_SYMPHONY_HELM_VERSION environment variable is not set") }