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 <pasquale.congiu...@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",
        }

Reply via email to