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 ec4c992 CAMEL-16115 - Remove Camel-AWS-* components - AWS-SQS -
Removed test
ec4c992 is described below
commit ec4c9923856b522a31662974ff9406503c1063d6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 18 08:21:09 2021 +0100
CAMEL-16115 - Remove Camel-AWS-* components - AWS-SQS - Removed test
---
.../src/test/java/org/apache/camel/support/DefaultEndpointTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/core/camel-core/src/test/java/org/apache/camel/support/DefaultEndpointTest.java
b/core/camel-core/src/test/java/org/apache/camel/support/DefaultEndpointTest.java
index b4096a0..fff873d 100644
---
a/core/camel-core/src/test/java/org/apache/camel/support/DefaultEndpointTest.java
+++
b/core/camel-core/src/test/java/org/apache/camel/support/DefaultEndpointTest.java
@@ -41,8 +41,6 @@ public class DefaultEndpointTest extends ContextTestSupport {
"sftp://host.mysite.com/records?user=someuser&privateKeyFile=key.file&privateKeyFilePassphrase=xxxxxx&knownHostsFile=hosts.list",
URISupport.sanitizeUri(
"sftp://host.mysite.com/records?user=someuser&privateKeyFile=key.file&privateKeyFilePassphrase=superSecret&knownHostsFile=hosts.list"));
-
assertEquals("aws-sqs://MyQueue?accessKey=1672t4rflhnhli3&secretKey=xxxxxx",
-
URISupport.sanitizeUri("aws-sqs://MyQueue?accessKey=1672t4rflhnhli3&secretKey=qi472qfberu33dqjncq"));
}
@Test