gansheer commented on code in PR #8683:
URL: https://github.com/apache/camel-quarkus/pull/8683#discussion_r3316888852
##########
integration-tests/ftp/src/main/java/org/apache/camel/quarkus/component/sftp/it/SftpResource.java:
##########
@@ -220,7 +203,7 @@ public Response
createFileWithCertificateAndCaAlgorithms(@PathParam("fileName")
@Produces(MediaType.TEXT_PLAIN)
public String getFileWithCertificateAndCaAlgorithms(@PathParam("fileName")
String fileName) {
return consumerTemplate.receiveBody(
-
"sftp://admin@localhost:{{camel.sftp.test-port}}/sftp?privateKeyUri=certs/test-key-rsa.key&certUri=certs/test-key-rsa-cert.pub&caSignatureAlgorithms=rsa-sha2-512,rsa-sha2-256,ssh-rsa&localWorkDirectory=target&fileName="
+
"sftp://admin@localhost:{{camel.sftp.test-port}}/sftp?privateKeyUri=file:target/classes/certs/test-key-rsa.key&certUri=file:target/classes/certs/test-key-rsa-cert.pub&caSignatureAlgorithms=rsa-sha2-512,rsa-sha2-256,ssh-rsa&localWorkDirectory=target&fileName="
Review Comment:
Never had an issue when running from root with something like `mvn clean
verify -Dnative -Ddocker --pl integration-tests/mina-sftp`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]