This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.12.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit bc7dedc5a31a54fc7ccece40bac80b50dcdf1448 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Mon Apr 3 17:40:30 2023 +0200 Revert "fix(lint): rebuild test" This reverts commit bd16f6b151d53aa686d917c536e4adbe2175f034. --- pkg/cmd/rebuild_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/rebuild_test.go b/pkg/cmd/rebuild_test.go index 91b8dc054..dec47369b 100644 --- a/pkg/cmd/rebuild_test.go +++ b/pkg/cmd/rebuild_test.go @@ -64,8 +64,8 @@ func TestRebuildAllFlag(t *testing.T) { func TestRebuildAllKameletBindingsAndIntegrations(t *testing.T) { defaultIntegration := nominalIntegration("my-it-test") - defaultKB := nominalKameletBinding("my-kb-test-rebuild") - itGeneratedByKlb := nominalIntegration("my-kb-test-rebuild") + defaultKB := nominalKameletBinding("my-kb-test") + itGeneratedByKlb := nominalIntegration("my-kb-test") itGeneratedByKlb.Labels = map[string]string{ kubernetes.CamelCreatorLabelKind: "KameletBinding", }