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


##########
task_sdk/tests/execution_time/test_task_runner.py:
##########
@@ -60,6 +60,65 @@ def test_recv_StartupDetails(self):
         assert decoder.request_socket.writable()
         assert decoder.request_socket.fileno() == w2.fileno()
 
+    @pytest.mark.usefixtures("disable_capturing")
+    @pytest.mark.parametrize(
+        "msg",
+        [
+            DeferTask(
+                state="deferred",
+                classpath="my-class-path",
+                kwargs={},
+                next_method="execute_callback",
+                timeout=None,

Review Comment:
   ```suggestion
               DeferTask(
                   classpath="my-class-path",
                   next_method="execute_callback",
   ```
   
   since they are the defaults



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