lordgamez commented on a change in pull request #1196:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1196#discussion_r782887760



##########
File path: docker/test/integration/minifi/core/DockerTestCluster.py
##########
@@ -8,9 +8,15 @@
 
 from .SingleNodeDockerCluster import SingleNodeDockerCluster
 from .utils import retry_check
+from azure.storage.blob import BlobServiceClient
+from azure.core.exceptions import ResourceExistsError
 
 
 class DockerTestCluster(SingleNodeDockerCluster):
+    AZURE_CONNECTION_STRING = \
+        
("DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;"
+         
"BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;";)

Review comment:
       Extracted the common parts to `AzureBlobStorageProcessorBase` processor 
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


Reply via email to