ferruzzi commented on code in PR #57841:
URL: https://github.com/apache/airflow/pull/57841#discussion_r2495533477


##########
task-sdk/tests/task_sdk/definitions/test_dag.py:
##########
@@ -535,7 +535,7 @@ def noop_pipeline(): ...
         assert dag.dag_id == "noop_pipeline"
 
     @pytest.mark.parametrize(
-        argnames=["dag_doc_md", "expected_doc_md"],
+        argnames=("dag_doc_md", "expected_doc_md"),

Review Comment:
   Just a nitpick, for consistency's sake, can you drop the `argnames=` here so 
it looks like all the others, since we're going through and standardizing stuff.
   
   ```suggestion
           ("dag_doc_md", "expected_doc_md"),
   ```



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