dabla commented on code in PR #37821:
URL: https://github.com/apache/airflow/pull/37821#discussion_r1514427576


##########
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:
   If you compare this file with main you will see it is identical, those 
modifications are due to the fact that we moved the operator and thus also the 
tests associated to it, now the new operator has a dedicated test file



-- 
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]

Reply via email to