utkarsharma2 commented on code in PR #41433:
URL: https://github.com/apache/airflow/pull/41433#discussion_r1731480316
##########
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:
Since we added a check that verifies the dag.fileloc is a descendant of
DagFileProcessorManager's dag_directory path we need to modify the tests that
had dummy paths as it will cause the tests to fail.
--
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]