Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C5F9B200D44 for ; Mon, 20 Nov 2017 12:11:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C462F160BF9; Mon, 20 Nov 2017 11:11:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1731F160BEC for ; Mon, 20 Nov 2017 12:11:00 +0100 (CET) Received: (qmail 81193 invoked by uid 500); 20 Nov 2017 11:11:00 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 81184 invoked by uid 99); 20 Nov 2017 11:11:00 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2017 11:11:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id AEA94812BC; Mon, 20 Nov 2017 11:10:59 +0000 (UTC) Date: Mon, 20 Nov 2017 11:10:59 +0000 To: "commits@camel.apache.org" Subject: [camel] branch master updated: Fixed a little test in S3ComponentVerifierExtensionTest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151117625948.26292.10309324326614350224@gitbox.apache.org> From: acosentino@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 69608439f3965d597f84814d225e4cf90264217a X-Git-Newrev: 8eb1b7b7f8ed990952aaa9986f8994efa63dde74 X-Git-Rev: 8eb1b7b7f8ed990952aaa9986f8994efa63dde74 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Mon, 20 Nov 2017 11:11:02 -0000 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 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 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" '].