This is an automated email from the ASF dual-hosted git repository.
ferruzzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b718b269985 Enable PT006 rule to openai Provider test (#57920)
b718b269985 is described below
commit b718b269985a670be8b48d891d4723cd45e099cf
Author: ChenChen Lai <[email protected]>
AuthorDate: Thu Nov 6 14:02:28 2025 +0800
Enable PT006 rule to openai Provider test (#57920)
---
providers/openai/tests/unit/openai/triggers/test_openai.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/openai/tests/unit/openai/triggers/test_openai.py
b/providers/openai/tests/unit/openai/triggers/test_openai.py
index 7fe7546c263..1c1b661f1d8 100644
--- a/providers/openai/tests/unit/openai/triggers/test_openai.py
+++ b/providers/openai/tests/unit/openai/triggers/test_openai.py
@@ -79,7 +79,7 @@ class TestOpenAIBatchTrigger:
@pytest.mark.asyncio
@pytest.mark.parametrize(
- "mock_batch_status, mock_status, mock_message",
+ ("mock_batch_status", "mock_status", "mock_message"),
[
(str(BatchStatus.COMPLETED), "success", "Batch batch_id has
completed successfully."),
(str(BatchStatus.CANCELLING), "cancelled", "Batch batch_id has
been cancelled."),