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/04 06:45:56 UTC

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

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

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

commit c22f2a8f9eed83458ec9bd246e3ba118693519c6
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Apr 3 17:56:34 2023 +0200

    Revert "fix(lint): rebuild test"
    
    This reverts commit fdfcb032657a9b8d2f6ce70764dae714a836bca2.
---
 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 9c0cca77c..936a5d2ad 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",
 	}