fat-catTW commented on code in PR #69482:
URL: https://github.com/apache/airflow/pull/69482#discussion_r3684588704


##########
task-sdk/tests/task_sdk/execution_time/test_supervisor.py:
##########
@@ -3378,7 +3378,7 @@ def execute(self, context: Context):
         )
 
         # Patch the API client used by InProcessTestSupervisor to return a 
predictable TI context
-        fake_task_instances = mock.MagicMock(spec_set=["start", "finish"])
+        fake_task_instances = mock.MagicMock(spec_set=["start", 
"set_terminal_state"])

Review Comment:
   Thanks for reviewing.
   I checked this with `rg -n "spec_set=.*finish|finish.*spec_set" task-sdk` on 
the PR branch and there are no remaining `spec_set` entries that still name 
`finish`.



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