Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/pkg/apis/v1alpha1/providers/target/helm/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down Expand Up @@ -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")
}
Expand Down