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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a9e81f  Fix test
0a9e81f is described below

commit 0a9e81f5da8cdcbc018f81525597c8f380b5537c
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Fri Oct 18 17:36:30 2019 +0200

    Fix test
---
 .../src/test/resources/routes-with-components-configuration.groovy      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/camel-k-loader-groovy/src/test/resources/routes-with-components-configuration.groovy
 
b/camel-k-loader-groovy/src/test/resources/routes-with-components-configuration.groovy
index b7ef80d..94005fe 100644
--- 
a/camel-k-loader-groovy/src/test/resources/routes-with-components-configuration.groovy
+++ 
b/camel-k-loader-groovy/src/test/resources/routes-with-components-configuration.groovy
@@ -28,7 +28,7 @@ camel {
 
         mySeda(SedaComponent) {
             // set value as method
-            queueSize = 4321
+            queueSize 4321
 
             // set value as property
             concurrentConsumers = 21

Reply via email to