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.git


The following commit(s) were added to refs/heads/main by this push:
     new 0768cd9b57f Regen for commit f1c9add1ef8a5514589b62ccf0bc90c765792567
0768cd9b57f is described below

commit 0768cd9b57fe722a24dff9d373e01ed19835ce47
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Fri Nov 11 11:51:22 2022 +0000

    Regen for commit f1c9add1ef8a5514589b62ccf0bc90c765792567
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
 
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
index 1131fb26fdc..034ef69fcdc 100644
--- 
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
+++ 
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
@@ -94,7 +94,7 @@ public class NettyHttpBridgeEncodedPathTest extends 
BaseNettyTest {
                             + 
"/nettyTestRouteB?throwExceptionOnFailure=false&bridgeEndpoint=true");
 
                 from("netty-http:http://localhost:"; + port1 + 
"/nettyTestRouteB?matchOnUriPrefix=true")
-                                        .log("${body} ${headers}")
+                        .log("${body} ${headers}")
                         .log("Using NettyTestRouteB route: 
CamelHttpPath=[${header.CamelHttpPath}], CamelHttpUri=[${header.CamelHttpUri}]")
                         .process(serviceProc);
 

Reply via email to