You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/10/19 00:18:31 UTC

[camel-k] 01/02: chore(test): fix knative test

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...@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}')