Skip to content

Commit

Permalink
Fixed AppSet tests
Browse files Browse the repository at this point in the history
Signed-off-by: Aymen Ben Tanfous <aymen.bentanfous@gmail.com>
  • Loading branch information
Aym3nTN committed Aug 24, 2023
1 parent d9a0d46 commit bfb80e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2436,7 +2436,7 @@ func TestGenerateAppsUsingPullRequestGenerator(t *testing.T) {
Labels: map[string]string{
"app1": "{{index .labels 0}}",
"branch-test1": "AppSet-{{.branch_slugify_default | slugify }}",
"branch-test2": "AppSet-{{.branch_slugify_smarttruncate_disabled | slugify 49 'false' }}",
"branch-test2": "AppSet-{{.branch_slugify_smarttruncate_disabled | slugify 49 false }}",
"branch-test3": "AppSet-{{.branch_slugify_smarttruncate_enabled | slugify 50 true }}",
},
},
Expand Down

0 comments on commit bfb80e0

Please sign in to comment.