manabery commented on code in PR #72859: URL: https://github.com/apache/airflow/pull/72859#discussion_r4078125127
########## airflow-core/tests/unit/cli/commands/test_api_server_command.py: ########## @@ -31,6 +33,23 @@ console = Console(width=400, color_system="standard") +def test_uses_worker_timeout_config_as_cli_default(): Review Comment: Sure. I moved the test case into `TestCliApiServer` for consistency. -- 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]
