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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new c3deec0  Fix typos
c3deec0 is described below

commit c3deec01d5b79430b13f29938de9759b9b044110
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Thu Apr 3 15:37:08 2025 +0200

    Fix typos
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.com>
---
 openapi/server/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openapi/server/README.adoc b/openapi/server/README.adoc
index 5ed2816..b1beda0 100644
--- a/openapi/server/README.adoc
+++ b/openapi/server/README.adoc
@@ -61,7 +61,7 @@ The REST service in Camel is configured to load example 
response data from a dir
 
 == Integration testing
 
-The example provides an automated integration test (`pestore.camel.it.yaml`) 
that you can run with the https://citrusframework.org/[Citrus] test framework.
+The example provides an automated integration test (`petstore.camel.it.yaml`) 
that you can run with the https://citrusframework.org/[Citrus] test framework.
 Please make sure to install Citrus as a JBang application (see 
link:../../install-citrus.adoc[Citrus installation guide]).
 
 You can run the test with:
@@ -69,7 +69,7 @@ You can run the test with:
 [source,shell]
 ----
 cd test
-citrus run pestore.camel.it.yaml
+citrus run petstore.camel.it.yaml
 ----
 
 The test prepares the complete infrastructure and starts the Camel route 
automatically via JBang.

Reply via email to