This is an automated email from the ASF dual-hosted git repository. davsclaus 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 c7bed85 Regen c7bed85 is described below commit c7bed853893bf2f0155d5415a20440f0f8941229 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jul 5 05:43:54 2019 +0200 Regen --- docs/components/modules/ROOT/pages/testcontainers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/testcontainers.adoc b/docs/components/modules/ROOT/pages/testcontainers.adoc index a2a1ba0..8cebf7c 100644 --- a/docs/components/modules/ROOT/pages/testcontainers.adoc +++ b/docs/components/modules/ROOT/pages/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