This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch binding2 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7b198381f0edddef763e33f53a0dd5a8b2dd8182 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Apr 3 16:16:06 2024 +0200 CAMEL-20557: Rest DSL to use openapi spec directly --- .../http/vertx/PlatformHttpRestOpenApiConsumerRestDslBindingTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/PlatformHttpRestOpenApiConsumerRestDslBindingTest.java b/components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/PlatformHttpRestOpenApiConsumerRestDslBindingTest.java index d36a362e056..548cfb9635f 100644 --- a/components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/PlatformHttpRestOpenApiConsumerRestDslBindingTest.java +++ b/components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/PlatformHttpRestOpenApiConsumerRestDslBindingTest.java @@ -86,7 +86,6 @@ public class PlatformHttpRestOpenApiConsumerRestDslBindingTest { .process(e -> { Pet pet = e.getMessage().getBody(Pet.class); pet.setStatus(Pet.Status.PENDING); - e.getMessage().setBody(pet); }); } });