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 2022/06/29 07:33:07 UTC

[camel-k] branch squakez-patch-1 created (now f54f2de93)

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

pcongiusti pushed a change to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at f54f2de93 fix(e2e): promote typo

This branch includes the following new commits:

     new f54f2de93 fix(e2e): promote typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: fix(e2e): promote typo

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f54f2de93c1e1c19267829a68e5e38a14a416953
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Jun 29 09:33:03 2022 +0200

    fix(e2e): promote typo
---
 e2e/common/cli/promote_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/common/cli/promote_test.go b/e2e/common/cli/promote_test.go
index c2b7182c7..f699ee262 100644
--- a/e2e/common/cli/promote_test.go
+++ b/e2e/common/cli/promote_test.go
@@ -116,7 +116,7 @@ func TestKamelCLIPromote(t *testing.T) {
 			})
 
 			t.Run("no kamelet for kameletbinding in destination", func(t *testing.T) {
-				Expect(Kamel("promote", "-n", nsDev, "kb-timer-source", "--to", nsProd).Execute()).NotTo(Succeed())
+				Expect(Kamel("promote", "-n", nsDev, "kb-timer-source-to-log", "--to", nsProd).Execute()).NotTo(Succeed())
 			})
 
 			t.Run("kamelet binding promotion", func(t *testing.T) {