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 14:09:14 UTC

[camel-k] branch main updated: fix(e2e): promote typo

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


The following commit(s) were added to refs/heads/main by this push:
     new 95e48b04d fix(e2e): promote typo
95e48b04d is described below

commit 95e48b04ded385cfcd2ea5bceb9ea75b19b49df8
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) {