ephraimbuddy commented on code in PR #32835:
URL: https://github.com/apache/airflow/pull/32835#discussion_r1274432190
##########
airflow/configuration.py:
##########
@@ -2011,6 +2011,13 @@ def
load_standard_airflow_configuration(airflow_config_parser: AirflowConfigPars
# there
AIRFLOW_HOME = airflow_config_parser.get("core", "airflow_home")
# type: ignore[assignment]
warnings.warn(msg, category=DeprecationWarning)
+ # Set the WEBSERVER_CONFIG variable
+ set_webserver_config(airflow_config_parser)
Review Comment:
Done. Moved the setting to the appropriate place and improved the test
--
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]