Fix test
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 @@
 
         mySeda(SedaComponent) {
             // set value as method
-            queueSize = 4321
+            queueSize 4321
 
             // set value as property
             concurrentConsumers = 21