Skip to content

Commit

Permalink
fix: Use correct ref in v1alpha1.Application test
Browse files Browse the repository at this point in the history
Signed-off-by: Francesc Arbona <[email protected]>
  • Loading branch information
xescab committed Sep 8, 2023
1 parent 15cac9c commit 872b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/argocd/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 872b984

Please sign in to comment.