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


##########
tests/providers/microsoft/azure/transfers/test_local_to_adls.py:
##########
@@ -28,11 +27,9 @@
 )
 
 TASK_ID = "test-adls-upload-operator"
-FILE_SYSTEM_NAME = "Fabric"

Review Comment:
   Same reason, test moved from location, this line was added to test the new 
operator and is not used by the operator being tested here, it is now in the 
test file (tests/providers/microsoft/azure/operators/test_adls_create.py) of 
the new operator:
   
   



##########
tests/providers/microsoft/azure/transfers/test_local_to_adls.py:
##########
@@ -17,7 +17,6 @@
 # under the License.
 from __future__ import annotations
 
-import json

Review Comment:
   Same reason, test moved from location, this line was added to test the new 
operator and is not used by the operator being tested here, it is now in the 
test file (tests/providers/microsoft/azure/operators/test_adls_create.py) of 
the new operator:
   
   



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