From 872b984bb336341048fa4998e866400ed82cacba Mon Sep 17 00:00:00 2001 From: Francesc Arbona Date: Fri, 8 Sep 2023 16:46:12 +0200 Subject: [PATCH] fix: Use correct ref in v1alpha1.Application test Signed-off-by: Francesc Arbona --- pkg/argocd/update_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/argocd/update_test.go b/pkg/argocd/update_test.go index 1d26dd58..6517025b 100644 --- a/pkg/argocd/update_test.go +++ b/pkg/argocd/update_test.go @@ -1739,7 +1739,7 @@ func Test_GetGitCreds(t *testing.T) { }, }, Spec: v1alpha1.ApplicationSpec{ - Source: v1alpha1.ApplicationSource{ + Source: &v1alpha1.ApplicationSource{ RepoURL: "https://example-helm-repo.com/example", TargetRevision: "main", },