Skip to content

Commit

Permalink
updated count of manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com>
  • Loading branch information
34fathombelow committed Jul 20, 2022
1 parent 7f2468e commit 03890cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposerver/repository/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func TestGenerateYamlManifestInDir(t *testing.T) {
q := apiclient.ManifestRequest{Repo: &argoappv1.Repository{}, ApplicationSource: &src}

// update this value if we add/remove manifests
const countOfManifests = 47
const countOfManifests = 49

res1, err := service.GenerateManifest(context.Background(), &q)

Expand Down

0 comments on commit 03890cf

Please sign in to comment.