ashb commented on code in PR #56395:
URL: https://github.com/apache/airflow/pull/56395#discussion_r2412100230


##########
providers/openlineage/tests/unit/openlineage/test_conf.py:
##########
@@ -538,15 +538,15 @@ def test_dag_state_change_process_pool_size(var_string, 
expected):
 
 @pytest.mark.parametrize(
     "var_string",
-    (
+    [
         "4.56",
         "asdf",
         "true",
         "false",
         "None",
         "",
         " ",
-    ),
+    ],

Review Comment:
   -1 then. Not are rules _should_ be abled. This one makes no difference, and 
consistency doesn't matter here.



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