CAMEL-16885 - Camel-Json-Patch: Create SB starter - Add test
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 @@
 
     @Test
     public void componentTests() throws Exception {
-        this.runDataformatTest(config, "json-patch");
+        this.runComponentTest(config);
         this.runModuleUnitTestsIfEnabled(config);
     }