Miretpl commented on code in PR #72209: URL: https://github.com/apache/airflow/pull/72209#discussion_r4098508780
########## chart/tests/helm_tests/airflow_aux/test_create_user_job.py: ########## @@ -18,7 +18,34 @@ import jmespath import pytest -from chart_utils.helm_template_generator import render_chart +from chart_utils.helm_template_generator import render_chart as _render_chart + + +def _deep_merge(base: dict, override: dict) -> dict: Review Comment: There is no commit like that. -- 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]
