xchwan commented on code in PR #57842:
URL: https://github.com/apache/airflow/pull/57842#discussion_r2495551145
##########
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="748" height="232" alt="截圖 2025-11-06 凌晨1 46 53"
src="https://github.com/user-attachments/assets/6ff9f404-87a6-470e-a04a-5ae0d35bc6cb"
/>
ruff check said that it should be a 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]