Skip to content

Commit

Permalink
fix: undefined compName in release test (konflux-ci#1213)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
johnbieren authored Jun 6, 2024
1 parent 1ad6535 commit fa2f525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/release/pipelines/rh_push_to_external_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit fa2f525

Please sign in to comment.