t-rana commented on code in PR #1542:
URL: https://github.com/apache/jackrabbit-oak/pull/1542#discussion_r1650371659


##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/fixture/DataStoreUtils.java:
##########
@@ -146,26 +150,52 @@ public static void deleteBucket(String bucket, 
Map<String, ?> map, Date date) th
     }
 
     public static void deleteAzureContainer(Map<String, ?> config, String 
containerName) throws Exception {
+        if (config == null) {
+            return;

Review Comment:
   thanks for pointing this out, changes done!



-- 
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: oak-dev-unsubscr...@jackrabbit.apache.org

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

Reply via email to