From fa2f525779135c5917f3cf6d873580505a73c911 Mon Sep 17 00:00:00 2001 From: Johnny Bieren Date: Thu, 6 Jun 2024 19:45:19 -0400 Subject: [PATCH] fix: undefined compName in release test (#1213) The rh-push-to-external-registry release pipeline test uses compName in its mapping for the RPA, but the variable is never set to anything. Signed-off-by: Johnny Bieren --- tests/release/pipelines/rh_push_to_external_registry.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/release/pipelines/rh_push_to_external_registry.go b/tests/release/pipelines/rh_push_to_external_registry.go index edd565da4..510aa47cf 100644 --- a/tests/release/pipelines/rh_push_to_external_registry.go +++ b/tests/release/pipelines/rh_push_to_external_registry.go @@ -115,6 +115,7 @@ var _ = framework.ReleasePipelinesSuiteDescribe("[HACBS-1571]test-release-e2e-pu err = fw.AsKubeAdmin.CommonController.LinkSecretToServiceAccount(managedNamespace, releasecommon.RedhatAppstudioUserSecret, releasecommon.ReleasePipelineServiceAccountDefault, true) Expect(err).ToNot(HaveOccurred()) + compName = releasecommon.ComponentName additionalCompName = releasecommon.AdditionalComponentName componentObj1 = appservice.ComponentSpec{