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


##########
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:
   A test that actually tests that the outlet event extra is set would be 
better than this. This is testing the current implementation, but that isn't 
_strictly_ what we care about.



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

Reply via email to