ashb commented on code in PR #54568:
URL: https://github.com/apache/airflow/pull/54568#discussion_r2281718518


##########
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:
   I'd even say lets remove this tests too please. (Not _as_ certain on that, 
but I don't think it's all that important overall if we test the behaviour we 
want)



-- 
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]

Reply via email to