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

davsclaus pushed a commit to branch camel-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 57d5742c1d5277e621d9f746dce821c7202d2312
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Feb 28 16:16:25 2024 +0100

    CAMEL-20481: camel-core - Rest DSL should resolve placeholder for 
context-path and others
---
 .../org/apache/camel/component/rest/FromRestPathPlaceholderTest.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/rest/FromRestPathPlaceholderTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/rest/FromRestPathPlaceholderTest.java
index 0cdb9acdecd..8ba6e0bf82c 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/rest/FromRestPathPlaceholderTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/rest/FromRestPathPlaceholderTest.java
@@ -35,8 +35,7 @@ public class FromRestPathPlaceholderTest extends 
ContextTestSupport {
     }
 
     protected int getExpectedNumberOfRoutes() {
-        // routes are inlined
-        return 1;
+        return 2;
     }
 
     @Test

Reply via email to