aldettinger commented on a change in pull request #3026:
URL: https://github.com/apache/camel-quarkus/pull/3026#discussion_r693914884



##########
File path: 
integration-tests/kamelet/src/main/java/org/apache/camel/quarkus/component/kamelet/it/KameletRoutes.java
##########
@@ -62,6 +62,9 @@ public void configure() throws Exception {
         from("direct:chain")
                 .to("kamelet:echo/1?prefix=Camel Quarkus&suffix=Chained")
                 .to("kamelet:echo/2?prefix=Hello&suffix=Route");
+
+        from("direct:kamelet-location-at-runtime")
+                
.kamelet("upper?location=file:src/test/resources/upper-kamelet.xml");

Review comment:
       Yeah good catch, it should not work on platform. Maybe it is feasible to 
find another way, worst case the test may be removed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to