This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new cf6a49a Fixed typo in camel-testcontainers cf6a49a is described below commit cf6a49a84d15b702b0ce0c886978bdb4cec0f64c Author: aldettinger <aldettin...@gmail.com> AuthorDate: Thu Jul 4 15:37:57 2019 +0200 Fixed typo in camel-testcontainers --- components/camel-testcontainers/src/main/docs/testcontainers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-testcontainers/src/main/docs/testcontainers.adoc b/components/camel-testcontainers/src/main/docs/testcontainers.adoc index a2a1ba0..8cebf7c 100644 --- a/components/camel-testcontainers/src/main/docs/testcontainers.adoc +++ b/components/camel-testcontainers/src/main/docs/testcontainers.adoc @@ -22,7 +22,7 @@ In order to define leverage testcontainers, add the following dependency to your To learn more about testcontainers, please have a look at the official documentation https://www.testcontainers.org ==== -To leverage testcontaners in your tests, you can use `ContainerAwareTestSupport` which is an extension of `CamelTestSupport` which: +To leverage testcontainers in your tests, you can use `ContainerAwareTestSupport` which is an extension of `CamelTestSupport` which: - create/destroy containers according to camel context lifecycle - inject a custom `PropertiesFunction` to access container specific options from properties