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 6bfe41d Camel-apns: Polished
6bfe41d is described below
commit 6bfe41da7a48aaafa25cceaf1c29e9d9a9e7ed9d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Mar 26 10:56:54 2019 +0100
Camel-apns: Polished
---
.../org/apache/camel/component/apns/spring/SpringApnsConsumerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-apns/src/test/java/org/apache/camel/component/apns/spring/SpringApnsConsumerTest.java
b/components/camel-apns/src/test/java/org/apache/camel/component/apns/spring/SpringApnsConsumerTest.java
index 7e014e2..6f2af38 100644
---
a/components/camel-apns/src/test/java/org/apache/camel/component/apns/spring/SpringApnsConsumerTest.java
+++
b/components/camel-apns/src/test/java/org/apache/camel/component/apns/spring/SpringApnsConsumerTest.java
@@ -41,7 +41,7 @@ public class SpringApnsConsumerTest extends
AbstractJUnit4SpringContextTests {
@Autowired
protected CamelContext camelContext;
- @EndpointInject(uri = "mock:result")
+ @EndpointInject("mock:result")
protected MockEndpoint mock;
private ApnsServerStub server;