xchwan commented on code in PR #57842:
URL: https://github.com/apache/airflow/pull/57842#discussion_r2495610037


##########
task-sdk/tests/task_sdk/bases/test_operator.py:
##########
@@ -711,7 +711,7 @@ def fn_to_template(**kwargs):
         task.render_template_fields({})
         assert task.arg2 == "foo_barbarbar"
 
-    @pytest.mark.parametrize(("content",), [(object(),), (uuid.uuid4(),)])
+    @pytest.mark.parametrize("content", [object(), uuid.uuid4()])

Review Comment:
   <img width="625" height="71" alt="截圖 2025-11-06 凌晨2 06 08" 
src="https://github.com/user-attachments/assets/c952af15-7a05-47b4-b415-900bf130f52a";
 />
   
   pytest failed. I have check PT006 rule, it said single param should be str.



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