Skip to content

Commit f9ca41f

Browse files
authored
Update .circleci/integration-tests/master_dag.py
1 parent 87010f4 commit f9ca41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/integration-tests/master_dag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_report(dag_run_ids: List[str], **context: Any) -> None:
2626
message_list: List[str] = []
2727

2828
airflow_version = context["ti"].xcom_pull(task_ids="get_airflow_version")
29-
airflow_version_message = f"Airflow version for the run is `{airflow_version}` \n\n"
29+
airflow_version_message = f"Airflow version for the below run is `{airflow_version}` \n\n"
3030
message_list.append(airflow_version_message)
3131

3232
for dr in last_dags_runs:

0 commit comments

Comments
 (0)