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-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 24e0097 Fix typo s/AWs_REGION/AWS_REGION/ new 4cc0b44 Merge pull request #94 from ppalaga/190725-AWs 24e0097 is described below commit 24e0097f464db764eba98e8c21e24ee645ce561f Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Thu Jul 25 13:20:24 2019 +0200 Fix typo s/AWs_REGION/AWS_REGION/ --- integration-tests/aws/src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/aws/src/main/resources/application.properties b/integration-tests/aws/src/main/resources/application.properties index 5d14f9f..754f649 100644 --- a/integration-tests/aws/src/main/resources/application.properties +++ b/integration-tests/aws/src/main/resources/application.properties @@ -24,7 +24,7 @@ quarkus.log.file.enable = false # Quarkus :: Camel # quarkus.camel.disable-xml=true -quarkus.camel.disable-jaxb=true +quarkus.camel.disable-jaxb=true quarkus.camel.dump-routes=true quarkus.camel.defer-init-phase=true @@ -54,7 +54,7 @@ camel.component.aws-sns.region={{env:AWS_REGION}} # camel.component.aws-eks.access-key={{env:AWS_ACCESS_KEY}} camel.component.aws-eks.secret-key={{env:AWS_SECRET_KEY}} -camel.component.aws-eks.region={{env:AWs_REGION}} +camel.component.aws-eks.region={{env:AWS_REGION}} # # Camel :: AWS SQS