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 000e502 Camel-InfluxDB: Polished 000e502 is described below commit 000e50251f37c5ddc9b0d9421cd41b677e3fc579 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 29 16:56:58 2019 +0100 Camel-InfluxDB: Polished --- .../apache/camel/component/influxdb/InfluxDbProducerBatchTest.java | 4 ++-- .../apache/camel/component/influxdb/InfluxDbProducerQueryTest.java | 4 ++-- .../org/apache/camel/component/influxdb/InfluxDbProducerTest.java | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerBatchTest.java b/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerBatchTest.java index d31b3e7..26ddf11 100644 --- a/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerBatchTest.java +++ b/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerBatchTest.java @@ -28,10 +28,10 @@ import org.junit.Test; public class InfluxDbProducerBatchTest extends AbstractInfluxDbTest { - @EndpointInject(uri = "mock:test") + @EndpointInject("mock:test") MockEndpoint successEndpoint; - @EndpointInject(uri = "mock:error") + @EndpointInject("mock:error") MockEndpoint errorEndpoint; @Override diff --git a/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerQueryTest.java b/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerQueryTest.java index 786d5f8..281eaed 100644 --- a/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerQueryTest.java +++ b/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerQueryTest.java @@ -29,10 +29,10 @@ import org.junit.Test; public class InfluxDbProducerQueryTest extends AbstractInfluxDbTest { - @EndpointInject(uri = "mock:test") + @EndpointInject("mock:test") MockEndpoint successEndpoint; - @EndpointInject(uri = "mock:error") + @EndpointInject("mock:error") MockEndpoint errorEndpoint; @Override diff --git a/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerTest.java b/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerTest.java index ae8c703..cf5535a 100644 --- a/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerTest.java +++ b/components/camel-influxdb/src/test/java/org/apache/camel/component/influxdb/InfluxDbProducerTest.java @@ -27,10 +27,10 @@ import org.junit.Test; public class InfluxDbProducerTest extends AbstractInfluxDbTest { - @EndpointInject(uri = "mock:test") + @EndpointInject("mock:test") MockEndpoint successEndpoint; - @EndpointInject(uri = "mock:error") + @EndpointInject("mock:error") MockEndpoint errorEndpoint; @Override