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 15:40:38 UTC

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

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch revert-4215-backport/rebuild
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 3858de101bfbaa09a2e9ab14077602aa16f3430f
Author: Pasquale Congiusti <pa...@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",
 	}