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 2019/03/01 08:40:25 UTC

[camel] 03/03: Camel-AWS KMS: Minor fix to test name

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

commit 764556ad89dc3e3146bb9a68ed604af362eeb9af
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 1 09:39:27 2019 +0100

    Camel-AWS KMS: Minor fix to test name
---
 .../java/org/apache/camel/component/aws/kms/KMSProducerSpringTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-kms/src/test/java/org/apache/camel/component/aws/kms/KMSProducerSpringTest.java b/components/camel-aws-kms/src/test/java/org/apache/camel/component/aws/kms/KMSProducerSpringTest.java
index b6cd1d9..88c657f 100644
--- a/components/camel-aws-kms/src/test/java/org/apache/camel/component/aws/kms/KMSProducerSpringTest.java
+++ b/components/camel-aws-kms/src/test/java/org/apache/camel/component/aws/kms/KMSProducerSpringTest.java
@@ -35,7 +35,7 @@ public class KMSProducerSpringTest extends CamelSpringTestSupport {
     private MockEndpoint mock;
     
     @Test
-    public void mqListBrokersTest() throws Exception {
+    public void kmsListBrokersTest() throws Exception {
 
         mock.expectedMessageCount(1);
         Exchange exchange = template.request("direct:listKeys", new Processor() {