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-spring-boot.git
commit e045c6db6a96855b57dbe0b72a22525e09e43b79 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 25 07:51:57 2021 +0200 CAMEL-16885 - Camel-Json-Patch: Create SB starter - Add test --- .../test/java/org/apache/camel/itest/springboot/CamelJsonPatchTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJsonPatchTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJsonPatchTest.java index 0f07d33..64d9c08 100644 --- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJsonPatchTest.java +++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJsonPatchTest.java @@ -40,7 +40,7 @@ public class CamelJsonPatchTest extends AbstractSpringBootTestSupport { @Test public void componentTests() throws Exception { - this.runDataformatTest(config, "json-patch"); + this.runComponentTest(config); this.runModuleUnitTestsIfEnabled(config); }