diff --git a/airflow/cli/cli_parser.py b/airflow/cli/cli_parser.py index bed5fc22499be..6781413c45618 100644 --- a/airflow/cli/cli_parser.py +++ b/airflow/cli/cli_parser.py @@ -1178,8 +1178,7 @@ class GroupCommand(NamedTuple): name='test', help="Execute one single DagRun", description=( - "Execute one single DagRun for a given DAG and execution date, " - "using the DebugExecutor.\n" + "Execute one single DagRun for a given DAG and execution date.\n" "\n" "The --imgcat-dagrun option only works in iTerm.\n" "\n" diff --git a/airflow/cli/commands/dag_command.py b/airflow/cli/commands/dag_command.py index c8d45c27c56a3..7607a24ddc1c3 100644 --- a/airflow/cli/commands/dag_command.py +++ b/airflow/cli/commands/dag_command.py @@ -449,7 +449,7 @@ def dag_list_dag_runs(args, dag=None, session=NEW_SESSION): @provide_session @cli_utils.action_cli def dag_test(args, dag=None, session=None): - """Execute one single DagRun for a given DAG and execution date, using the DebugExecutor.""" + """Execute one single DagRun for a given DAG and execution date.""" run_conf = None if args.conf: try: