This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
commit e7b21e9140ac37c5945800ec2e71d405bb81433f Author: Nicola Ferraro <ni.ferr...@gmail.com> AuthorDate: Wed May 13 00:58:57 2020 +0200 Fix test --- 02-serverless-api/test/yaks-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-serverless-api/test/yaks-config.yaml b/02-serverless-api/test/yaks-config.yaml index 3b8e366..7eb1176 100644 --- a/02-serverless-api/test/yaks-config.yaml +++ b/02-serverless-api/test/yaks-config.yaml @@ -11,4 +11,4 @@ pre: run: | kamel install -w -n ${YAKS_NAMESPACE} - kamel run --name api MinioCustomizer.java ../API.java --property-file minio.properties --open-api ../openapi.yaml -d camel-openapi-java -t 3scale.enabled=true -t 3scale.description-path=/openapi.json --profile OpenShift -w -n ${YAKS_NAMESPACE} + kamel run API.java --source test/MinioCustomizer.java --property-file test/minio.properties -w -n ${YAKS_NAMESPACE}