You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/04/03 10:52:01 UTC

[camel-k] 02/02: fix(lint): rebuild test

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 bd16f6b151d53aa686d917c536e4adbe2175f034
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Apr 3 09:40:24 2023 +0200

    fix(lint): rebuild test
    
    Closes #4214
---
 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 dec47369b..91b8dc054 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")
-	itGeneratedByKlb := nominalIntegration("my-kb-test")
+	defaultKB := nominalKameletBinding("my-kb-test-rebuild")
+	itGeneratedByKlb := nominalIntegration("my-kb-test-rebuild")
 	itGeneratedByKlb.Labels = map[string]string{
 		kubernetes.CamelCreatorLabelKind: "KameletBinding",
 	}