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 79e86e2 Camel-Pulsar: Fixed component test
79e86e2 is described below
commit 79e86e23d2b1f0a325f7c51ce4e83d54e364ca23
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jun 3 08:37:06 2019 +0200
Camel-Pulsar: Fixed component test
---
.../java/org/apache/camel/component/pulsar/PulsarComponentTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarComponentTest.java
b/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarComponentTest.java
index 7a9adc2..620ea2c 100644
---
a/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarComponentTest.java
+++
b/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarComponentTest.java
@@ -39,7 +39,7 @@ public class PulsarComponentTest extends CamelTestSupport {
@Test
public void testPulsarEndpointConfiguration() throws Exception {
- PulsarComponent component = new PulsarComponent();
+ PulsarComponent component = new PulsarComponent(context);
component.setAutoConfiguration(autoConfiguration);
PulsarEndpoint endpoint = (PulsarEndpoint)component