jroachgolf84 commented on code in PR #54568:
URL: https://github.com/apache/airflow/pull/54568#discussion_r2280433795
##########
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": "[email protected]",
}
+ def test_get_template_context_return_same_context_object(self,
create_runtime_ti):
Review Comment:
Did a test like this previously fail before you made the changes?
--
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]