Skip to content

Commit 80ceba2

Browse files
will4jchengfang
authored andcommitted
test: fix unstable unit tests
Signed-off-by: William Wang <[email protected]>
1 parent b73da1b commit 80ceba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/argocd/update_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,12 +1691,12 @@ replicas: 1
16911691
test-value1: one
16921692
nginx:
16931693
image:
1694-
tag: v1.0.0
16951694
name: nginx
1695+
tag: v1.0.0
16961696
redis:
16971697
image:
1698-
tag: v1.0.0
16991698
name: redis
1699+
tag: v1.0.0
17001700
`
17011701
yaml, err = marshalParamsOverride(&app, originalData)
17021702
require.NoError(t, err)
@@ -1938,7 +1938,7 @@ replicas: 1
19381938
"argocd-image-updater.argoproj.io/image-list": "nginx",
19391939
"argocd-image-updater.argoproj.io/write-back-method": "git",
19401940
"argocd-image-updater.argoproj.io/write-back-target": "helmvalues:./test-values.yaml",
1941-
"argocd-image-updater.argoproj.io/nginx.helm.image-name": "image.name",
1941+
"argocd-image-updater.argoproj.io/nginx.helm.image-name": "dockerimage.name",
19421942
},
19431943
},
19441944
Spec: v1alpha1.ApplicationSpec{

0 commit comments

Comments
 (0)