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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a6791b  Camel-ActiveMQ: Polished
3a6791b is described below

commit 3a6791b5bf31d0e51def9e5b5bfa996e0d551c3e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Mar 20 10:27:41 2019 +0100

    Camel-ActiveMQ: Polished
---
 .../camel/component/activemq/CamelDestinationExclusiveConsumerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-activemq/src/test/java/org/apache/camel/component/activemq/CamelDestinationExclusiveConsumerTest.java
 
b/components/camel-activemq/src/test/java/org/apache/camel/component/activemq/CamelDestinationExclusiveConsumerTest.java
index 8c4e1d9..e3bd9cf 100644
--- 
a/components/camel-activemq/src/test/java/org/apache/camel/component/activemq/CamelDestinationExclusiveConsumerTest.java
+++ 
b/components/camel-activemq/src/test/java/org/apache/camel/component/activemq/CamelDestinationExclusiveConsumerTest.java
@@ -35,7 +35,7 @@ public class CamelDestinationExclusiveConsumerTest {
     @Autowired
     protected CamelContext camelContext;
 
-    @EndpointInject(uri = "mock:results")
+    @EndpointInject("mock:results")
     protected MockEndpoint expectedEndpoint;
 
     @Test

Reply via email to