Skip to content

Commit

Permalink
test(review): bad expected value
Browse files Browse the repository at this point in the history
Signed-off-by: Tchoupinax <[email protected]>
  • Loading branch information
Tchoupinax committed Jul 22, 2024
1 parent ac77e47 commit ea0f872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/argocd/argocd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ func Test_SetHelmImage(t *testing.T) {
// Find second correct parameter
var tagParamTwo v1alpha1.HelmParameter
for _, p := range app.Spec.Source.Helm.Parameters {
if p.Name == "foobar.image.tag" {
if p.Name == "foobar2.image.tag" {
tagParamTwo = p
break
}
Expand Down

0 comments on commit ea0f872

Please sign in to comment.