ashb commented on a change in pull request #18742:
URL: https://github.com/apache/airflow/pull/18742#discussion_r723122515
##########
File path: tests/cli/commands/test_dag_command.py
##########
@@ -543,6 +544,7 @@ def test_dag_test_show_dag(self, mock_get_dag,
mock_executor, mock_render_dag):
executor=mock_executor.return_value,
start_date=cli_args.execution_date,
end_date=cli_args.execution_date,
+ run_at_least_once=True
Review comment:
```suggestion
run_at_least_once=True,
```
--
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]