You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/19 14:58:52 UTC

[GitHub] [camel] omarsmak commented on a change in pull request #4480: CAMEL-15680: [camel-azure] Add integration test

omarsmak commented on a change in pull request #4480:
URL: https://github.com/apache/camel/pull/4480#discussion_r507822713



##########
File path: components/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobConsumer.java
##########
@@ -94,6 +94,7 @@ private Exchange createExchangeFromBlob(final String blobName, final BlobContain
 
         getEndpoint().setResponseOnExchange(response, exchange);
 
+        exchange.getIn().setHeader(BlobConstants.BLOB_NAME, blobName);

Review comment:
       I guess this info can simplify the tests as I recall the name wasn't populated in the headers but now with regex and batch blob, I guess is needed to have the name in the headers, hence I don't see any problems here 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org