ephraimbuddy commented on code in PR #41433:
URL: https://github.com/apache/airflow/pull/41433#discussion_r1731463723


##########
tests/dag_processing/test_job_runner.py:
##########
@@ -638,7 +639,7 @@ def test_scan_stale_dags(self):
         manager = DagProcessorJobRunner(
             job=Job(),
             processor=DagFileProcessorManager(
-                dag_directory="directory",
+                dag_directory=str(TEST_DAG_FOLDER),

Review Comment:
   Why are we making this change? Makes it look like there's a problem



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