Skip to content

Commit a02440d

Browse files
committed
test(review): bad expected value
1 parent a08266c commit a02440d

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
@@ -1102,7 +1102,7 @@ func Test_SetHelmImage(t *testing.T) {
11021102
// Find second correct parameter
11031103
var tagParamTwo v1alpha1.HelmParameter
11041104
for _, p := range app.Spec.Source.Helm.Parameters {
1105-
if p.Name == "foobar.image.tag" {
1105+
if p.Name == "foobar2.image.tag" {
11061106
tagParamTwo = p
11071107
break
11081108
}

0 commit comments

Comments
 (0)