From bfb80e074b77450d4af3accaa1f712db6b8af2f9 Mon Sep 17 00:00:00 2001 From: Aymen Ben Tanfous Date: Thu, 24 Aug 2023 17:50:11 +0100 Subject: [PATCH] Fixed AppSet tests Signed-off-by: Aymen Ben Tanfous --- applicationset/controllers/applicationset_controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applicationset/controllers/applicationset_controller_test.go b/applicationset/controllers/applicationset_controller_test.go index 528eeebd49fa77..de2eea20b5bfd8 100644 --- a/applicationset/controllers/applicationset_controller_test.go +++ b/applicationset/controllers/applicationset_controller_test.go @@ -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 }}", }, },