dabla commented on code in PR #37821:
URL: https://github.com/apache/airflow/pull/37821#discussion_r1515763386
##########
tests/providers/microsoft/azure/transfers/test_local_to_adls.py:
##########
@@ -28,11 +27,9 @@
)
TASK_ID = "test-adls-upload-operator"
-FILE_SYSTEM_NAME = "Fabric"
LOCAL_PATH = "test/*"
BAD_LOCAL_PATH = "test/**"
REMOTE_PATH = "TEST-DIR"
-DATA = json.dumps({"name": "David", "surname": "Blain", "gender":
"M"}).encode("utf-8")
Review Comment:
Ok now I understand what you mean, sorry for that, will remove this file
from the pull request indeed it doesn't have to be there as nothing has to be
changed there, this is l due to the refactoring I did.
--
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]