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-kamelets.git
commit 6f206cabaa028a1862d9aa6684703003b701a262 Author: Christoph Deppisch <cdeppi...@redhat.com> AuthorDate: Fri Nov 25 10:51:35 2022 +0100 Fix rest-openapi-sink YAKS test --- test/rest-openapi-sink/rest-openapi-sink.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rest-openapi-sink/rest-openapi-sink.feature b/test/rest-openapi-sink/rest-openapi-sink.feature index 396f23d5..c5de6406 100644 --- a/test/rest-openapi-sink/rest-openapi-sink.feature +++ b/test/rest-openapi-sink/rest-openapi-sink.feature @@ -41,7 +41,7 @@ Feature: REST OpenAPI Kamelet sink Then send HTTP 200 OK Scenario: Verify proper addPet request message sent - Given expect HTTP request body: citrus:readFile(classpath:openapi.json) + Given expect HTTP request body: ${pet} And HTTP request header Content-Type is "application/json" When receive POST /petstore/pet And send HTTP 201 CREATED