o-nikolas commented on code in PR #61079:
URL: https://github.com/apache/airflow/pull/61079#discussion_r2738499552
##########
airflow-core/tests/unit/dag_processing/test_manager.py:
##########
@@ -734,11 +733,20 @@ def test_send_file_processing_statsd_timing(
manager = DagFileProcessorManager(max_runs=1)
manager.run()
- last_runtime =
manager._file_stats[os.fspath(path_to_parse)].last_duration
+ file_info = DagFileInfo(
+ bundle_name="testing",
+ rel_path=Path("temp_dag.py"),
Review Comment:
I'll create a variable with the dag name suppose and use that in both places
--
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]