Skip to content

Commit b6b8106

Browse files
committed
test(review): bad expected value
Signed-off-by: Tchoupinax <corentinfiloche@hotmail.fr>
1 parent 434ef88 commit b6b8106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/argocd/argocd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ func Test_SetHelmImage(t *testing.T) {
10611061
// Find second correct parameter
10621062
var tagParamTwo v1alpha1.HelmParameter
10631063
for _, p := range app.Spec.Source.Helm.Parameters {
1064-
if p.Name == "foobar.image.tag" {
1064+
if p.Name == "foobar2.image.tag" {
10651065
tagParamTwo = p
10661066
break
10671067
}

0 commit comments

Comments
 (0)