Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
schlapzz committed Jun 30, 2023
1 parent 492aa02 commit 978fa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd/repoClient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package argocd
import "testing"

func TestRender(t *testing.T) {
err := Render("../testdata/argocd/helm_app.yaml", "localhost:8081", "../out/argocd/app/", RepoCredentails{})
err := Render("../testdata/argocd/helm_app.yaml", "reposerver:8081", "../out/argocd/app/", RepoCredentails{})
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 978fa2f

Please sign in to comment.