Skip to content

Commit

Permalink
updated error context (#1397)
Browse files Browse the repository at this point in the history
Co-authored-by: David Koenitzer <[email protected]>
  • Loading branch information
2 people authored and neel-astro committed Oct 11, 2023
1 parent 10003ea commit 4022475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/include/dagexampletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def test_dag_retries(dag_id, dag, fileloc):
"""
assert (
dag.default_args.get("retries", None) >= 2
), f"{dag_id} in {fileloc} does not have retries not set to 2."
), f"{dag_id} in {fileloc} must have task retries >= 2."

0 comments on commit 4022475

Please sign in to comment.