This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 33a7ad6 [CAMEL-17176] Fix error in unit test
33a7ad6 is described below
commit 33a7ad66b5ad8eb623442355526f9dbf05524b9a
Author: Federico Mariani <[email protected]>
AuthorDate: Tue Nov 9 10:42:27 2021 +0100
[CAMEL-17176] Fix error in unit test
---
.../apache/camel/component/jbpm/server/CamelKieServerExtensionTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dsl/camel-xml-jaxb-dsl-test/jbpm/src/test/java/org/apache/camel/component/jbpm/server/CamelKieServerExtensionTest.java
b/dsl/camel-xml-jaxb-dsl-test/jbpm/src/test/java/org/apache/camel/component/jbpm/server/CamelKieServerExtensionTest.java
index 0b1a559..5e5252b 100644
---
a/dsl/camel-xml-jaxb-dsl-test/jbpm/src/test/java/org/apache/camel/component/jbpm/server/CamelKieServerExtensionTest.java
+++
b/dsl/camel-xml-jaxb-dsl-test/jbpm/src/test/java/org/apache/camel/component/jbpm/server/CamelKieServerExtensionTest.java
@@ -78,7 +78,7 @@ public class CamelKieServerExtensionTest {
@Test
public void testCreateContainer() {
- CamelKieServerExtension extension = new CamelKieServerExtension();
+ CamelKieServerExtension extension = new CamelKieServerExtension(new
DefaultCamelContext());
final String containerId = "testContainer";
when(kieContainerInstance.getKieContainer()).thenReturn(kieContainer);