Skip to content

Commit 86bd50d

Browse files
committed
fix: add test
Signed-off-by: chansuke <[email protected]>
1 parent 1b8c2a0 commit 86bd50d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/argocd/argocd_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ func Test_GetImagesFromApplication(t *testing.T) {
9696
Source: &v1alpha1.ApplicationSource{
9797
Helm: &v1alpha1.ApplicationSourceHelm{
9898
Parameters: []v1alpha1.HelmParameter{
99+
{
100+
Name: "image.name",
101+
Value: "myregistry/myapp",
102+
},
99103
{
100104
Name: "image.tag",
101105
Value: "1.2.3",

0 commit comments

Comments
 (0)