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


##########
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:
   Indeed this line was also only used for testing new Operator, same logic as 
above, this is all due to moving the operator to another module (from transfers 
to operator), which meant moving tests also to corresponding operator module, 
so that constant ins't needed anymore here, its moved to test_adls_create.py 
now where the new operator is tested.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to