You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/11/15 21:08:23 UTC

[camel] branch master updated: CAMEL-14182: fix test in camel-catalog

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

zregvart 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 ebbba05  CAMEL-14182: fix test in camel-catalog
ebbba05 is described below

commit ebbba055721dff3ad7f065e1b1cff47f3059fe17
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Nov 15 22:07:59 2019 +0100

    CAMEL-14182: fix test in camel-catalog
---
 .../src/test/java/org/apache/camel/catalog/CamelCatalogTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
index 31f813a..cd68b1b 100644
--- a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
+++ b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
@@ -131,7 +131,7 @@ public class CamelCatalogTest {
         assertTrue(names.contains("aggregate"));
         assertTrue(names.contains("split"));
         assertTrue(names.contains("loadBalance"));
-        assertTrue(names.contains("hystrix"));
+        assertTrue(names.contains("circuitBreaker"));
         assertTrue(names.contains("saga"));
     }