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 2020/09/30 07:08:23 UTC

[camel] 05/05: Camel-AWS2-STS: Fixed typo in test name

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sts-localstack
in repository https://gitbox.apache.org/repos/asf/camel.git

commit db42cf12b921b5df8a5db276d31439bd05c83e56
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 30 09:06:30 2020 +0200

    Camel-AWS2-STS: Fixed typo in test name
---
 ...okenLocalstackTest.java => StsGetFederationTokenLocalstackTest.java} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/StsGetFederartionTokenLocalstackTest.java b/components/camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/StsGetFederationTokenLocalstackTest.java
similarity index 97%
rename from components/camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/StsGetFederartionTokenLocalstackTest.java
rename to components/camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/StsGetFederationTokenLocalstackTest.java
index 3d46440..1276bbb 100644
--- a/components/camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/StsGetFederartionTokenLocalstackTest.java
+++ b/components/camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/StsGetFederationTokenLocalstackTest.java
@@ -29,7 +29,7 @@ import software.amazon.awssdk.services.sts.model.GetFederationTokenResponse;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 
-public class StsGetFederartionTokenLocalstackTest extends Aws2StsBaseTest {
+public class StsGetFederationTokenLocalstackTest extends Aws2StsBaseTest {
 
     @EndpointInject
     private ProducerTemplate template;