ephraimbuddy commented on a change in pull request #15637:
URL: https://github.com/apache/airflow/pull/15637#discussion_r625609233
##########
File path: tests/providers/microsoft/azure/hooks/test_wasb.py
##########
@@ -234,10 +234,11 @@ def test_delete_single_blob(self, delete_blobs,
mock_service):
@mock.patch.object(WasbHook, 'check_for_blob')
def test_delete_multiple_blobs(self, mock_check, mock_get_blobslist,
mock_delete_blobs):
mock_check.return_value = False
+ # below return value only true if delimiter == ''
Review comment:
```suggestion
```
--
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:
[email protected]