sjyangkevin commented on code in PR #54568: URL: https://github.com/apache/airflow/pull/54568#discussion_r2280453612
########## task-sdk/tests/task_sdk/execution_time/test_context.py: ########## @@ -154,6 +154,26 @@ def test_context_to_airflow_vars_all_context(self, create_runtime_ti): "AIRFLOW_CTX_DAG_EMAIL": "ema...@test.com", } + def test_get_template_context_return_same_context_object(self, create_runtime_ti): Review Comment: Yes. I did revert all changes after creating the test. The test failed. -- 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