malthe commented on code in PR #6730:
URL: https://github.com/apache/nifi/pull/6730#discussion_r1087100485


##########
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/test/java/org/apache/nifi/processors/azure/storage/ITPutAzureBlobStorage_v12.java:
##########
@@ -57,6 +66,14 @@ public void testPutBlobWithSimpleName() throws Exception {
         assertSuccess(getContainerName(), BLOB_NAME, BLOB_DATA);
     }
 
+    @Test
+    public void testPutBlobApplyBlobMetadata() throws Exception {
+        runProcessor(BLOB_DATA);
+
+        assertSuccess(getContainerName(), BLOB_NAME, BLOB_DATA);
+        assert ((ITProcessor) runner.getProcessor()).blobMetadataApplied;

Review Comment:
   Thanks – fixed in 2d80fa23f2bf1310d6bbaff5baf8ba66fd6d9946.



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

Reply via email to