phanikumv commented on code in PR #30197:
URL: https://github.com/apache/airflow/pull/30197#discussion_r1152225389
##########
tests/providers/microsoft/azure/sensors/test_wasb.py:
##########
@@ -59,6 +77,85 @@ def test_poke(self, mock_hook):
mock_instance.check_for_blob.assert_called_once_with("container",
"blob", timeout=2)
+class TestWasbBlobAsyncSensor:
Review Comment:
this is done - added timeout in the test and verifying that the TaskDeferred
exception has that attribute
--
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]