jedcunningham commented on code in PR #26357:
URL: https://github.com/apache/airflow/pull/26357#discussion_r969755993


##########
tests/cli/commands/test_dag_command.py:
##########
@@ -497,12 +497,13 @@ def test_cli_list_dag_runs(self):
             [
                 'dags',
                 'list-runs',
+                '--dag-id',
+                'example_bash_operator',
                 '--no-backfill',
                 '--start-date',
                 DEFAULT_DATE.isoformat(),
                 '--end-date',
                 timezone.make_aware(datetime.max).isoformat(),
-                'example_bash_operator',
             ]

Review Comment:
   But yes, this is exactly why this PR exists 👍



-- 
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]

Reply via email to