lordgamez commented on a change in pull request #1196: URL: https://github.com/apache/nifi-minifi-cpp/pull/1196#discussion_r782888022
########## File path: docker/test/integration/minifi/processors/DeleteAzureBlobStorage.py ########## @@ -0,0 +1,14 @@ +from ..core.Processor import Processor + + +class DeleteAzureBlobStorage(Processor): + def __init__(self): Review comment: Updated in 62f8288c84fdf7f22bcc13cbd2438f9e791e0e5b -- 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: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org