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") }