This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit c4d3b995cab4635b1cb85a7aa8e31355a357cdfb Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Tue Mar 30 18:12:06 2021 +0200 Revert "Fix unit test" This reverts commit 333fead8f4291568ec241fa1b6b01bd04e7a15e4. --- .../org/apache/camel/openapi/producer/RestOpenApiGetUriParamTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/producer/RestOpenApiGetUriParamTest.java b/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/producer/RestOpenApiGetUriParamTest.java index 28d2c50..47c6e3f 100644 --- a/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/producer/RestOpenApiGetUriParamTest.java +++ b/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/producer/RestOpenApiGetUriParamTest.java @@ -29,7 +29,7 @@ public class RestOpenApiGetUriParamTest extends CamelTestSupport { @Test public void testOpenApiGet() throws Exception { - getMockEndpoint("mock:result").expectedBodiesReceived("Bye Donald%20Duck"); + getMockEndpoint("mock:result").expectedBodiesReceived("Bye Donald+Duck"); template.sendBodyAndHeader("direct:start", null, "name", "Donald Duck");