This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 29500b5a5ab7b3c4bed941699bb492c1b4211c7b Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Sat Oct 19 02:14:19 2019 +0200 chore(test): fix knative test --- e2e/files/knative1.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/files/knative1.groovy b/e2e/files/knative1.groovy index b69fc82..d49be14 100644 --- a/e2e/files/knative1.groovy +++ b/e2e/files/knative1.groovy @@ -16,5 +16,6 @@ */ from('timer:tick') + .setBody().constant("") .to('knative:endpoint/knative2') .log('Received: ${body}')