This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e90f35  [CAMEL-17499]fix SpringBootRuntimeProviderTest
7e90f35 is described below

commit 7e90f353f42993665dd67216fbca9ca8095f7ea2
Author: Freeman Fang <freeman.f...@gmail.com>
AuthorDate: Tue Jan 25 09:13:58 2022 -0500

    [CAMEL-17499]fix SpringBootRuntimeProviderTest
---
 .../apache/camel/springboot/catalog/SpringBootRuntimeProviderTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/test/java/org/apache/camel/springboot/catalog/SpringBootRuntimeProviderTest.java
 
b/catalog/camel-catalog-provider-springboot/src/test/java/org/apache/camel/springboot/catalog/SpringBootRuntimeProviderTest.java
index 29ac1f1..f62f019 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/test/java/org/apache/camel/springboot/catalog/SpringBootRuntimeProviderTest.java
+++ 
b/catalog/camel-catalog-provider-springboot/src/test/java/org/apache/camel/springboot/catalog/SpringBootRuntimeProviderTest.java
@@ -86,7 +86,6 @@ public class SpringBootRuntimeProviderTest {
         assertNotNull(names);
         assertFalse(names.isEmpty());
 
-        assertTrue(names.contains("simple"));
         assertTrue(names.contains("spel"));
         assertTrue(names.contains("xpath"));
     }

Reply via email to