You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/11/20 11:10:59 UTC

[camel] branch master updated: Fixed a little test in S3ComponentVerifierExtensionTest

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 8eb1b7b  Fixed a little test in S3ComponentVerifierExtensionTest
8eb1b7b is described below

commit 8eb1b7b7f8ed990952aaa9986f8994efa63dde74
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 20 12:10:37 2017 +0100

    Fixed a little test in S3ComponentVerifierExtensionTest
---
 .../apache/camel/component/aws/s3/S3ComponentVerifierExtensionTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentVerifierExtensionTest.java b/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentVerifierExtensionTest.java
index 92fff4a..ad3a638 100644
--- a/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentVerifierExtensionTest.java
+++ b/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentVerifierExtensionTest.java
@@ -62,7 +62,7 @@ public class S3ComponentVerifierExtensionTest extends CamelTestSupport {
         Map<String, Object> parameters = new HashMap<>();
         parameters.put("secretKey", "l");
         parameters.put("accessKey", "k");
-        parameters.put("region", Regions.US_EAST_1);
+        parameters.put("region", "us-east-1");
         parameters.put("bucketNameOrArn", "test12");
 
         ComponentVerifierExtension.Result result = verifier.verify(ComponentVerifierExtension.Scope.CONNECTIVITY, parameters);

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].