bugraoz93 commented on code in PR #55282: URL: https://github.com/apache/airflow/pull/55282#discussion_r2328374325
########## airflow-ctl/tests/airflow_ctl/ctl/test_cli_config.py: ########## @@ -255,6 +252,8 @@ def delete(self, backfill_id: str) -> ServerResponseError | None: for sub_command in generated_group_command.subcommands: if sub_command.name == "create": for arg, test_arg in zip(sub_command.args, test_args_create): + print(f"{arg.flags[0]} - {test_arg[0]}") + print(f"type(arg.kwargs['type']): {arg.kwargs['type']} - {test_arg[1]['type']}") Review Comment: ```suggestion ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org