kaxil commented on code in PR #45043:
URL: https://github.com/apache/airflow/pull/45043#discussion_r1891180026


##########
task_sdk/tests/execution_time/test_task_runner.py:
##########
@@ -399,6 +406,7 @@ def test_get_context_without_ti_context_from_server(self, 
mocked_parse, make_ti_
 
         # Verify the context keys and values
         assert context == {
+            "conn": None,

Review Comment:
   Done in 
https://github.com/apache/airflow/pull/45043/commits/2937a0cd5a16844e2604bc0bb7bc8a9698c12102



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