pierrejeambrun commented on code in PR #71645:
URL: https://github.com/apache/airflow/pull/71645#discussion_r3933116021
##########
airflow-core/tests/unit/cli/commands/test_api_server_command.py:
##########
@@ -209,6 +228,7 @@ def test_args_to_uvicorn(self, ssl_cert_key_and_ca,
cli_args, expected_additiona
"log_level": "info",
"proxy_headers": args.proxy_headers,
"log_config": None,
+ "ssl_ciphers": None,
Review Comment:
This isn't correct. THis shouldn't always be None, we are parametrizing
this. `ssl_ciphers` isn't forwarded properly to the command.
--
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]